Color Hex Logo

#6388ff Color Hex

#6388FF
(99,136,255)
0 Favorites   0 Comments

Color spaces of #6388ff

RGB 99136255
HSL0.631.000.69
HSV226°61°100°
CMYK 0.610.470.00   0.00
XYZ31.999727.481098.2255
Yxy27.48100.20290.1743
Hunter Lab52.422317.2211-74.3981
CIE-Lab59.416922.7614-63.2202

#6388ff color RGB value is (99,136,255).

#6388ff hex color red value is 99, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6388ff hue: 0.63 , saturation: 1.00 and the lightness value of 6388ff is 0.69.

The process color (four color CMYK) of #6388ff color hex is 0.61, 0.47, 0.00, 0.00. Web safe color of #6388ff is #6699ff. Color #6388ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001000 11111111
Octal 143 210 377
Decimal 99 136 255
Hex 63 88 FF

RGB Percentages of Color #6388ff

%20.20
%27.76
%52.04

CMYK Percentages of Color #6388ff

%61
%47
%0
%0

Triadic Colors of #6388ff

#6388ff #ff6388 #88ff63

Analogous Colors of #6388ff

#6388ff #8c63ff #63d6ff

Monochromatic Colors of #6388ff

#6388ff

Complementary Color

#6388ff #ffda63

#6388ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6388ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6388ff Color CSS Codes

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

#6388ff Text Font Color

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

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


#6388ff Background Color

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

This div background color is #6388ff


#6388ff Border Color

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

This div border color is #6388ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6388ff


Comments

No comments written yet.

Please login to write comment.