#6690DD

Color #6690DD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6690DD

Tints of Cornflower Blue #6690DD

Color information

#6690DD (or 0x6690DD) is unknown color: approx Cornflower Blue. HEX triplet: 66, 90 and DD. RGB value is (102,144,221). Sum of RGB (Red+Green+Blue) = 102+144+221=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #6690DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690DD is #996F22. Grayscale: #8B8B8B. Windows color (decimal): -10055459 or 14520422. OLE color: 14520422.

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

Color convert

RGB102144221-
CMYK0.540.3500.13
HSL218.82º63.64%63.33%-
HSV(B)218.82º53.85%86.67%-
XYZ28.527.9972.31-
YUV140.22173.59100.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.84%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=21.84%
G=30.84%
B=47.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021442210.540.3500.13218.8263.6463.33
Hex6690DD36230Ddb403f
Octal146220335664301533310077
Binary1100110100100001101110111011010001101101110110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6690DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6690DD; }

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

 H1.HeaderClassName
 {
   color: #6690DD;
 }
 .AnyTagClassName
 {
   color: #6690DD;
 }
</style>
background-color css

<style>
 a { background-color: #6690DD; }

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

 div.DivClassName
 {
   background-color: #6690DD;
 }
 .BgClassName
 {
   background-color: #6690DD;
 }
</style>
border-color css

<style>
 span { border-color: #6690DD; }

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

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