#6A8ED9

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

Shades of Cornflower Blue #6A8ED9

Tints of Cornflower Blue #6A8ED9

Color information

#6A8ED9 (or 0x6A8ED9) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 8E and D9. RGB value is (106,142,217). Sum of RGB (Red+Green+Blue) = 106+142+217=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #6A8ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8ED9 is #957126. Grayscale: #8B8B8B. Windows color (decimal): -9793831 or 14257770. OLE color: 14257770.

HSL color Cylindrical-coordinate representation of color #6A8ED9: hue angle of 220.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A8ED9 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106142217-
CMYK0.510.3500.15
HSL220.54º59.36%63.33%-
HSV(B)220.54º51.15%85.1%-
XYZ28.1427.4269.46-
YUV139.79171.57103.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.80%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 217 (85.16% from 255) = 46.67%
R=22.80%
G=30.54%
B=46.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1061422170.510.3500.15220.5459.3663.33
Hex6A8ED933230Fdd3b3f
Octal15221633163430173357377
Binary110101010001110110110011100111000110111111011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,142,217); }

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

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

 a { background-color: rgb(106,142,217); }

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

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

 span { border-color: rgb(106,142,217); }

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