#6A99DD

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

Shades of Cornflower Blue #6A99DD

Tints of Cornflower Blue #6A99DD

Color information

#6A99DD (or 0x6A99DD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 99 and DD. RGB value is (106,153,221). Sum of RGB (Red+Green+Blue) = 106+153+221=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 153 (60.16% from 255 or 31.88% 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 #6A99DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A99DD is #956622. Grayscale: #929292. Windows color (decimal): -9791011 or 14522730. OLE color: 14522730.

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

Color convert

RGB106153221-
CMYK0.520.3100.13
HSL215.48º62.84%64.12%-
HSV(B)215.48º52.04%86.67%-
XYZ30.3931.0772.8-
YUV146.7169.9398.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.08%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=22.08%
G=31.88%
B=46.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061532210.520.3100.13215.4862.8464.12
Hex6A99DD341F0Dd73f40
Octal152231335643701532777100
Binary110101010011001110111011101001111101101110101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A99DD; }

 p { color: rgb(106,153,221); }

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

<style>
 a { background-color: #6A99DD; }

 a { background-color: rgb(106,153,221); }

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

<style>
 span { border-color: #6A99DD; }

 span { border-color: rgb(106,153,221); }

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