#6AA6EE

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

Shades of Cornflower Blue #6AA6EE

Tints of Cornflower Blue #6AA6EE

Color information

#6AA6EE (or 0x6AA6EE) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A6 and EE. RGB value is (106,166,238). Sum of RGB (Red+Green+Blue) = 106+166+238=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AA6EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA6EE is #955911. Grayscale: #9B9B9B. Windows color (decimal): -9787666 or 15640170. OLE color: 15640170.

HSL color Cylindrical-coordinate representation of color #6AA6EE: hue angle of 212.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AA6EE is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106166238-
CMYK0.550.3000.07
HSL212.73º79.52%67.45%-
HSV(B)212.73º55.46%93.33%-
XYZ35.0136.5186.09-
YUV156.27174.1292.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.78%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 238 (93.36% from 255) = 46.67%
R=20.78%
G=32.55%
B=46.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061662380.550.3000.07212.7379.5267.45
Hex6AA6EE371E07d55043
Octal152246356673607325120103
Binary110101010100110111011101101111111001111101010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,166,238); }

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

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

 a { background-color: rgb(106,166,238); }

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

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

 span { border-color: rgb(106,166,238); }

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