Html Css Color HEX #669EDE Cornflower Blue

📋 copy color: '#669EDE'

red 102 ◦ green 158 ◦ blue 222

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

Shades of Cornflower Blue #669EDE

Tints of Cornflower Blue #669EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 21.16%
G = 32.78%
B = 46.06%

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

#669EDE (or 0x669EDE) is known color: Cornflower Blue. HEX triplet: 66, 9E and DE. RGB value is (102,158,222). Sum of RGB (Red+Green+Blue) = 102+158+222=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #669EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EDE is #996121. Grayscale: #949494. Windows color (decimal): -10051874 or 14589542. OLE color: 14589542.

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

Color convert

RGB 102 158 222 -
CMYK 0.54 0.29 0 0.13
HSL 212º 0.65% 0.64% -
HSV(B) 212º 0.54% 0.87% -
XYZ 30.89 32.55 73.76 -
YUV 148.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 102 158 222 0.54 0.29 0 0.13 212 0.65 0.64
Hex 66 9E DE 36 1D 0 D D4 41 40
Octal 146 236 336 66 35 0 15 324 101 100
Binary 1100110 10011110 11011110 110110 11101 0 1101 11010100 1000001 1000000

Color Harmonies of #669EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669EDE

Black with #669EDE

Text Example


Text Example

White with #669EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,158,222); }

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

background-color css

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

 a { background-color: rgb(102,158,222); }

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

border-color css

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

 span { border-color: rgb(102,158,222); }

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