Html Css Color HEX #669CDD Cornflower Blue

📋 copy color: '#669CDD'

red 102 ◦ green 156 ◦ blue 221

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

Shades of Cornflower Blue #669CDD

Tints of Cornflower Blue #669CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

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

R = 21.29%
G = 32.57%
B = 46.14%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#669CDD (or 0x669CDD) is known color: Cornflower Blue. HEX triplet: 66, 9C and DD. RGB value is (102,156,221). Sum of RGB (Red+Green+Blue) = 102+156+221=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #669CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CDD is #996322. Grayscale: #929292. Windows color (decimal): -10052387 or 14523494. OLE color: 14523494.

HSL color Cylindrical-coordinate representation of color #669CDD: hue angle of 212.77º 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 #669CDD is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 156 221 -
CMYK 0.54 0.29 0 0.13
HSL 212.77º 0.64% 0.63% -
HSV(B) 212.77º 0.54% 0.87% -
XYZ 30.42 31.82 72.95 -
YUV 147.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 102 156 221 0.54 0.29 0 0.13 212.77 0.64 0.63
Hex 66 9C DD 36 1D 0 D D5 40 3F
Octal 146 234 335 66 35 0 15 325 100 77
Binary 1100110 10011100 11011101 110110 11101 0 1101 11010101 1000000 111111

Color Harmonies of #669CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669CDD

Black with #669CDD

Text Example


Text Example

White with #669CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669CDD; }

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

 H1.HeaderClassName
 {
   color: #669CDD;
 }
 .AnyTagClassName
 {
   color: #669CDD;
 }
</style>

background-color css

<style>
 a { background-color: #669CDD; }

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

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

border-color css

<style>
 span { border-color: #669CDD; }

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

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