Color Hex Logo

#6388be Color Hex

#6388BE
(99,136,190)
0 Favorites   0 Comments

Color spaces of #6388be

RGB 99136190
HSL0.600.410.57
HSV216°48°75°
CMYK 0.480.280.00   0.25
XYZ23.244023.978752.1185
Yxy23.97870.23400.2414
Hunter Lab48.9681-0.9643-28.8269
CIE-Lab56.06652.0444-32.1969

#6388be color RGB value is (99,136,190).

#6388be hex color red value is 99, green value is 136 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6388be hue: 0.60 , saturation: 0.41 and the lightness value of 6388be is 0.57.

The process color (four color CMYK) of #6388be color hex is 0.48, 0.28, 0.00, 0.25. Web safe color of #6388be is #6699cc. Color #6388be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001000 10111110
Octal 143 210 276
Decimal 99 136 190
Hex 63 88 BE

RGB Percentages of Color #6388be

%23.29
%32.00
%44.71

CMYK Percentages of Color #6388be

%48
%28
%0
%25

Triadic Colors of #6388be

#6388be #be6388 #88be63

Analogous Colors of #6388be

#6388be #6c63be #63b6be

Monochromatic Colors of #6388be

#6388be

Complementary Color

#6388be #be9963

#6388be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6388be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6388be Color CSS Codes

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

#6388be Text Font Color

<p style="color:#6388be">Text here</p>

This sample text font color is #6388be
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.


#6388be Background Color

<div style="background-color:#6388be">
Div content here</div>

This div background color is #6388be


#6388be Border Color

<div style="border:3px solid #6388be">
Div here</div>

This div border color is #6388be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,136,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6388be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6388be;
  -webkit-box-shadow: 1px 1px 3px 2px #6388be;
  box-shadow:         1px 1px 3px 2px #6388be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6388be


Comments

No comments written yet.

Please login to write comment.