Html Css Color HEX #668BDD Cornflower Blue

📋 copy color: '#668BDD'

red 102 ◦ green 139 ◦ blue 221

#668BDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #668BDD

Tints of Cornflower Blue #668BDD

RGB

 RED value IS 102 (40.23% from 255) = 22.08%

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 22.08%
G = 30.09%
B = 47.84%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#668BDD (or 0x668BDD) is known color: Cornflower Blue. HEX triplet: 66, 8B and DD. RGB value is (102,139,221). Sum of RGB (Red+Green+Blue) = 102+139+221=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #668BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BDD is #997422. Grayscale: #888888. Windows color (decimal): -10056739 or 14519142. OLE color: 14519142.

HSL color Cylindrical-coordinate representation of color #668BDD: hue angle of 221.34º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668BDD is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 139 221 -
CMYK 0.54 0.37 0 0.13
HSL 221.34º 0.64% 0.63% -
HSV(B) 221.34º 0.54% 0.87% -
XYZ 27.76 26.51 72.06 -
YUV 137.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 102 139 221 0.54 0.37 0 0.13 221.34 0.64 0.63
Hex 66 8B DD 36 25 0 D DD 40 3F
Octal 146 213 335 66 45 0 15 335 100 77
Binary 1100110 10001011 11011101 110110 100101 0 1101 11011101 1000000 111111

Color Harmonies of #668BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BDD

Black with #668BDD

Text Example


Text Example

White with #668BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668BDD; }

 p { color: rgb(102,139,221); }

 H1.HeaderClassName
 {
   color: #668BDD;
 }
 .AnyTagClassName
 {
   color: #668BDD;
 }
</style>

background-color css

<style>
 a { background-color: #668BDD; }

 a { background-color: rgb(102,139,221); }

 div.DivClassName
 {
   background-color: #668BDD;
 }
 .BgClassName
 {
   background-color: #668BDD;
 }
</style>

border-color css

<style>
 span { border-color: #668BDD; }

 span { border-color: rgb(102,139,221); }

 td.TdClassName
 {
   border-color: #668BDD;
 }
 .TagClassName
 {
   border-color: #668BDD;
 }
</style>