Html Css Color HEX #669AEA Cornflower Blue

📋 copy color: '#669AEA'

red 102 ◦ green 154 ◦ blue 234

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

Shades of Cornflower Blue #669AEA

Tints of Cornflower Blue #669AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 20.82%
G = 31.43%
B = 47.76%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#669AEA (or 0x669AEA) is known color: Cornflower Blue. HEX triplet: 66, 9A and EA. RGB value is (102,154,234). Sum of RGB (Red+Green+Blue) = 102+154+234=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #669AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AEA is #996515. Grayscale: #939393. Windows color (decimal): -10052886 or 15374950. OLE color: 15374950.

HSL color Cylindrical-coordinate representation of color #669AEA: hue angle of 216.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669AEA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 154 234 -
CMYK 0.56 0.34 0 0.08
HSL 216.36º 0.76% 0.66% -
HSV(B) 216.36º 0.56% 0.92% -
XYZ 31.89 31.88 82.31 -
YUV 147.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 102 154 234 0.56 0.34 0 0.08 216.36 0.76 0.66
Hex 66 9A EA 38 22 0 8 D8 4C 42
Octal 146 232 352 70 42 0 10 330 114 102
Binary 1100110 10011010 11101010 111000 100010 0 1000 11011000 1001100 1000010

Color Harmonies of #669AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669AEA

Black with #669AEA

Text Example


Text Example

White with #669AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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