Html Css Color HEX #669CE0 Cornflower Blue

📋 copy color: '#669CE0'

red 102 ◦ green 156 ◦ blue 224

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

Shades of Cornflower Blue #669CE0

Tints of Cornflower Blue #669CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 21.16%
G = 32.37%
B = 46.47%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#669CE0 (or 0x669CE0) is known color: Cornflower Blue. HEX triplet: 66, 9C and E0. RGB value is (102,156,224). Sum of RGB (Red+Green+Blue) = 102+156+224=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #669CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CE0 is #99631F. Grayscale: #939393. Windows color (decimal): -10052384 or 14720102. OLE color: 14720102.

HSL color Cylindrical-coordinate representation of color #669CE0: hue angle of 213.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669CE0 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 156 224 -
CMYK 0.54 0.30 0 0.12
HSL 213.44º 0.66% 0.64% -
HSV(B) 213.44º 0.54% 0.88% -
XYZ 30.82 31.98 75.07 -
YUV 147.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 102 156 224 0.54 0.30 0 0.12 213.44 0.66 0.64
Hex 66 9C E0 36 1E 0 C D5 42 40
Octal 146 234 340 66 36 0 14 325 102 100
Binary 1100110 10011100 11100000 110110 11110 0 1100 11010101 1000010 1000000

Color Harmonies of #669CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669CE0

Black with #669CE0

Text Example


Text Example

White with #669CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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