Color Hex Logo

#6b88da Color Hex

#6B88DA
(107,136,218)
0 Favorites   0 Comments

Color spaces of #6b88da

RGB 107136218
HSL0.620.600.64
HSV224°51°85°
CMYK 0.510.380.00   0.15
XYZ27.522525.796169.8582
Yxy25.79610.22340.2094
Hunter Lab50.78997.8450-45.9967
CIE-Lab57.843012.5018-45.1818

#6b88da color RGB value is (107,136,218).

#6b88da hex color red value is 107, green value is 136 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6b88da hue: 0.62 , saturation: 0.60 and the lightness value of 6b88da is 0.64.

The process color (four color CMYK) of #6b88da color hex is 0.51, 0.38, 0.00, 0.15. Web safe color of #6b88da is #6699cc. Color #6b88da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10001000 11011010
Octal 153 210 332
Decimal 107 136 218
Hex 6B 88 DA

RGB Percentages of Color #6b88da

%23.21
%29.50
%47.29

CMYK Percentages of Color #6b88da

%51
%38
%0
%15

Triadic Colors of #6b88da

#6b88da #da6b88 #88da6b

Analogous Colors of #6b88da

#6b88da #866bda #6bc0da

Monochromatic Colors of #6b88da

#6b88da

Complementary Color

#6b88da #dabd6b

#6b88da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b88da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b88da Color CSS Codes

.mybgcolor {background-color:#6b88da; } 
.myforecolor {color:#6b88da; }
.mybordercolor {border:3px solid #6b88da; }

#6b88da Text Font Color

<p style="color:#6b88da">Text here</p>

This sample text font color is #6b88da
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b88da Background Color

<div style="background-color:#6b88da">
Div content here</div>

This div background color is #6b88da


#6b88da Border Color

<div style="border:3px solid #6b88da">
Div here</div>

This div border color is #6b88da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,136,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b88da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b88da;
  -webkit-box-shadow: 1px 1px 3px 2px #6b88da;
  box-shadow:         1px 1px 3px 2px #6b88da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,136,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b88da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b88da;
  -webkit-box-shadow: 1px 1px 3px 2px #6b88da;
  box-shadow:         1px 1px 3px 2px #6b88da;">
Div content here</div>

This div box has shadow with color #6b88da


Comments

No comments written yet.

Please login to write comment.