Html Css Color HEX #669FE0 Cornflower Blue

📋 copy color: '#669FE0'

red 102 ◦ green 159 ◦ blue 224

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

Shades of Cornflower Blue #669FE0

Tints of Cornflower Blue #669FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.78%

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

R = 21.03%
G = 32.78%
B = 46.19%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#669FE0 (or 0x669FE0) is known color: Cornflower Blue. HEX triplet: 66, 9F and E0. RGB value is (102,159,224). Sum of RGB (Red+Green+Blue) = 102+159+224=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #669FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FE0 is #99601F. Grayscale: #959595. Windows color (decimal): -10051616 or 14720870. OLE color: 14720870.

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

Color convert

RGB 102 159 224 -
CMYK 0.54 0.29 0 0.12
HSL 211.97º 0.66% 0.64% -
HSV(B) 211.97º 0.54% 0.88% -
XYZ 31.33 33 75.24 -
YUV 149.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 102 159 224 0.54 0.29 0 0.12 211.97 0.66 0.64
Hex 66 9F E0 36 1D 0 C D4 42 40
Octal 146 237 340 66 35 0 14 324 102 100
Binary 1100110 10011111 11100000 110110 11101 0 1100 11010100 1000010 1000000

Color Harmonies of #669FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669FE0

Black with #669FE0

Text Example


Text Example

White with #669FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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