#6A9BDD

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

Shades of Cornflower Blue #6A9BDD

Tints of Cornflower Blue #6A9BDD

Color information

#6A9BDD (or 0x6A9BDD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9B and DD. RGB value is (106,155,221). Sum of RGB (Red+Green+Blue) = 106+155+221=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A9BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9BDD is #956422. Grayscale: #939393. Windows color (decimal): -9790499 or 14523242. OLE color: 14523242.

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

Color convert

RGB106155221-
CMYK0.520.3000.13
HSL214.43º62.84%64.12%-
HSV(B)214.43º52.04%86.67%-
XYZ30.7231.7372.91-
YUV147.87169.2798.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=21.99%
G=32.16%
B=45.85%

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
Decimal1061552210.520.3000.13214.4362.8464.12
Hex6A9BDD341E0Dd63f40
Octal152233335643601532677100
Binary110101010011011110111011101001111001101110101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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