Html Css Color HEX #669DEE Cornflower Blue

📋 copy color: '#669DEE'

red 102 ◦ green 157 ◦ blue 238

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

Shades of Cornflower Blue #669DEE

Tints of Cornflower Blue #669DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 20.52%
G = 31.59%
B = 47.89%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#669DEE (or 0x669DEE) is known color: Cornflower Blue. HEX triplet: 66, 9D and EE. RGB value is (102,157,238). Sum of RGB (Red+Green+Blue) = 102+157+238=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #669DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DEE is #996211. Grayscale: #959595. Windows color (decimal): -10052114 or 15637862. OLE color: 15637862.

HSL color Cylindrical-coordinate representation of color #669DEE: hue angle of 215.74º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669DEE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 157 238 -
CMYK 0.57 0.34 0 0.07
HSL 215.74º 0.8% 0.67% -
HSV(B) 215.74º 0.57% 0.93% -
XYZ 32.97 33.11 85.54 -
YUV 149.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 102 157 238 0.57 0.34 0 0.07 215.74 0.8 0.67
Hex 66 9D EE 39 22 0 7 D8 50 43
Octal 146 235 356 71 42 0 7 330 120 103
Binary 1100110 10011101 11101110 111001 100010 0 111 11011000 1010000 1000011

Color Harmonies of #669DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DEE

Black with #669DEE

Text Example


Text Example

White with #669DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,157,238); }

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

background-color css

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

 a { background-color: rgb(102,157,238); }

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

border-color css

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

 span { border-color: rgb(102,157,238); }

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