Html Css Color HEX #669DDE Cornflower Blue

📋 copy color: '#669DDE'

red 102 ◦ green 157 ◦ blue 222

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

Shades of Cornflower Blue #669DDE

Tints of Cornflower Blue #669DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 21.21%
G = 32.64%
B = 46.15%

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

#669DDE (or 0x669DDE) is known color: Cornflower Blue. HEX triplet: 66, 9D and DE. RGB value is (102,157,222). Sum of RGB (Red+Green+Blue) = 102+157+222=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #669DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DDE is #996221. Grayscale: #939393. Windows color (decimal): -10052130 or 14589286. OLE color: 14589286.

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

Color convert

RGB 102 157 222 -
CMYK 0.54 0.29 0 0.13
HSL 212.5º 0.65% 0.64% -
HSV(B) 212.5º 0.54% 0.87% -
XYZ 30.72 32.21 73.71 -
YUV 147.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 102 157 222 0.54 0.29 0 0.13 212.5 0.65 0.64
Hex 66 9D DE 36 1D 0 D D4 41 40
Octal 146 235 336 66 35 0 15 324 101 100
Binary 1100110 10011101 11011110 110110 11101 0 1101 11010100 1000001 1000000

Color Harmonies of #669DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DDE

Black with #669DDE

Text Example


Text Example

White with #669DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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