Color Hex Logo

#6397dd Color Hex

#6397DD
(99,151,221)
0 Favorites   0 Comments

Color spaces of #6397dd

RGB 99151221
HSL0.600.640.63
HSV214°55°87°
CMYK 0.550.320.00   0.13
XYZ29.263330.006372.6561
Yxy30.00630.22180.2274
Hunter Lab54.7780-0.5039-40.2961
CIE-Lab61.65972.8828-40.8742

#6397dd color RGB value is (99,151,221).

#6397dd hex color red value is 99, green value is 151 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6397dd hue: 0.60 , saturation: 0.64 and the lightness value of 6397dd is 0.63.

The process color (four color CMYK) of #6397dd color hex is 0.55, 0.32, 0.00, 0.13. Web safe color of #6397dd is #6699cc. Color #6397dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010111 11011101
Octal 143 227 335
Decimal 99 151 221
Hex 63 97 DD

RGB Percentages of Color #6397dd

%21.02
%32.06
%46.92

CMYK Percentages of Color #6397dd

%55
%32
%0
%13

Triadic Colors of #6397dd

#6397dd #dd6397 #97dd63

Analogous Colors of #6397dd

#6397dd #6c63dd #63d4dd

Monochromatic Colors of #6397dd

#6397dd

Complementary Color

#6397dd #dda963

#6397dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6397dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6397dd Color CSS Codes

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

#6397dd Text Font Color

<p style="color:#6397dd">Text here</p>

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


#6397dd Background Color

<div style="background-color:#6397dd">
Div content here</div>

This div background color is #6397dd


#6397dd Border Color

<div style="border:3px solid #6397dd">
Div here</div>

This div border color is #6397dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,151,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6397dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6397dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6397dd;
  box-shadow:         1px 1px 3px 2px #6397dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6397dd


Comments

No comments written yet.

Please login to write comment.