Html Css Color HEX #669AEF Cornflower Blue

📋 copy color: '#669AEF'

red 102 ◦ green 154 ◦ blue 239

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

Shades of Cornflower Blue #669AEF

Tints of Cornflower Blue #669AEF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 20.61%
G = 31.11%
B = 48.28%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#669AEF (or 0x669AEF) is known color: Cornflower Blue. HEX triplet: 66, 9A and EF. RGB value is (102,154,239). Sum of RGB (Red+Green+Blue) = 102+154+239=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #669AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AEF is #996510. Grayscale: #939393. Windows color (decimal): -10052881 or 15702630. OLE color: 15702630.

HSL color Cylindrical-coordinate representation of color #669AEF: hue angle of 217.23º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669AEF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 154 239 -
CMYK 0.57 0.36 0 0.06
HSL 217.23º 0.81% 0.67% -
HSV(B) 217.23º 0.57% 0.94% -
XYZ 32.62 32.17 86.15 -
YUV 148.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 102 154 239 0.57 0.36 0 0.06 217.23 0.81 0.67
Hex 66 9A EF 39 24 0 6 D9 51 43
Octal 146 232 357 71 44 0 6 331 121 103
Binary 1100110 10011010 11101111 111001 100100 0 110 11011001 1010001 1000011

Color Harmonies of #669AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669AEF

Black with #669AEF

Text Example


Text Example

White with #669AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,154,239); }

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

background-color css

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

 a { background-color: rgb(102,154,239); }

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

border-color css

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

 span { border-color: rgb(102,154,239); }

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