Html Css Color HEX #669EDF Cornflower Blue

📋 copy color: '#669EDF'

red 102 ◦ green 158 ◦ blue 223

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

Shades of Cornflower Blue #669EDF

Tints of Cornflower Blue #669EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.71%

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 21.12%
G = 32.71%
B = 46.17%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#669EDF (or 0x669EDF) is known color: Cornflower Blue. HEX triplet: 66, 9E and DF. RGB value is (102,158,223). Sum of RGB (Red+Green+Blue) = 102+158+223=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #669EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EDF is #996120. Grayscale: #949494. Windows color (decimal): -10051873 or 14655078. OLE color: 14655078.

HSL color Cylindrical-coordinate representation of color #669EDF: hue angle of 212.23º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669EDF is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 158 223 -
CMYK 0.54 0.29 0 0.13
HSL 212.23º 0.65% 0.64% -
HSV(B) 212.23º 0.54% 0.87% -
XYZ 31.03 32.61 74.47 -
YUV 148.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 102 158 223 0.54 0.29 0 0.13 212.23 0.65 0.64
Hex 66 9E DF 36 1D 0 D D4 41 40
Octal 146 236 337 66 35 0 15 324 101 100
Binary 1100110 10011110 11011111 110110 11101 0 1101 11010100 1000001 1000000

Color Harmonies of #669EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669EDF

Black with #669EDF

Text Example


Text Example

White with #669EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,158,223); }

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

background-color css

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

 a { background-color: rgb(102,158,223); }

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

border-color css

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

 span { border-color: rgb(102,158,223); }

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