#6A9ADD

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

Shades of Cornflower Blue #6A9ADD

Tints of Cornflower Blue #6A9ADD

Color information

#6A9ADD (or 0x6A9ADD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9A and DD. RGB value is (106,154,221). Sum of RGB (Red+Green+Blue) = 106+154+221=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A9ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9ADD is #956522. Grayscale: #929292. Windows color (decimal): -9790755 or 14522986. OLE color: 14522986.

HSL color Cylindrical-coordinate representation of color #6A9ADD: hue angle of 214.96º 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 #6A9ADD is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106154221-
CMYK0.520.3000.13
HSL214.96º62.84%64.12%-
HSV(B)214.96º52.04%86.67%-
XYZ30.5531.472.86-
YUV147.29169.698.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.04%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=22.04%
G=32.02%
B=45.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061542210.520.3000.13214.9662.8464.12
Hex6A9ADD341E0Dd73f40
Octal152232335643601532777100
Binary110101010011010110111011101001111001101110101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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