Html Css Color HEX #669DDD Cornflower Blue

📋 copy color: '#669DDD'

red 102 ◦ green 157 ◦ blue 221

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

Shades of Cornflower Blue #669DDD

Tints of Cornflower Blue #669DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 21.25%
G = 32.71%
B = 46.04%

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

#669DDD (or 0x669DDD) is known color: Cornflower Blue. HEX triplet: 66, 9D and DD. RGB value is (102,157,221). Sum of RGB (Red+Green+Blue) = 102+157+221=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #669DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DDD is #996222. Grayscale: #939393. Windows color (decimal): -10052131 or 14523750. OLE color: 14523750.

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

Color convert

RGB 102 157 221 -
CMYK 0.54 0.29 0 0.13
HSL 212.27º 0.64% 0.63% -
HSV(B) 212.27º 0.54% 0.87% -
XYZ 30.59 32.16 73 -
YUV 147.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 102 157 221 0.54 0.29 0 0.13 212.27 0.64 0.63
Hex 66 9D DD 36 1D 0 D D4 40 3F
Octal 146 235 335 66 35 0 15 324 100 77
Binary 1100110 10011101 11011101 110110 11101 0 1101 11010100 1000000 111111

Color Harmonies of #669DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DDD

Black with #669DDD

Text Example


Text Example

White with #669DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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