Html Css Color HEX #669DEC Cornflower Blue

📋 copy color: '#669DEC'

red 102 ◦ green 157 ◦ blue 236

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

Shades of Cornflower Blue #669DEC

Tints of Cornflower Blue #669DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 20.61%
G = 31.72%
B = 47.68%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#669DEC (or 0x669DEC) is known color: Cornflower Blue. HEX triplet: 66, 9D and EC. RGB value is (102,157,236). Sum of RGB (Red+Green+Blue) = 102+157+236=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #669DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DEC is #996213. Grayscale: #959595. Windows color (decimal): -10052116 or 15506790. OLE color: 15506790.

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

Color convert

RGB 102 157 236 -
CMYK 0.57 0.33 0 0.07
HSL 215.37º 0.78% 0.66% -
HSV(B) 215.37º 0.57% 0.93% -
XYZ 32.68 32.99 84 -
YUV 149.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 102 157 236 0.57 0.33 0 0.07 215.37 0.78 0.66
Hex 66 9D EC 39 21 0 7 D7 4E 42
Octal 146 235 354 71 41 0 7 327 116 102
Binary 1100110 10011101 11101100 111001 100001 0 111 11010111 1001110 1000010

Color Harmonies of #669DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DEC

Black with #669DEC

Text Example


Text Example

White with #669DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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