#6AAAFE

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

Shades of Cornflower Blue #6AAAFE

Tints of Cornflower Blue #6AAAFE

Color information

#6AAAFE (or 0x6AAAFE) is unknown color: approx Cornflower Blue. HEX triplet: 6A, AA and FE. RGB value is (106,170,254). Sum of RGB (Red+Green+Blue) = 106+170+254=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AAAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAAFE is #955501. Grayscale: #A0A0A0. Windows color (decimal): -9786626 or 16689770. OLE color: 16689770.

HSL color Cylindrical-coordinate representation of color #6AAAFE: hue angle of 214.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AAAFE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB106170254-
CMYK0.580.3300.00
HSL214.05º98.67%70.59%-
HSV(B)214.05º58.27%99.61%-
XYZ38.2138.9799.27-
YUV160.44180.889.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=20%
G=32.08%
B=47.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1061702540.580.3300.00214.0598.6770.59
Hex6AAAFE3A2100d66347
Octal152252376724100326143107
Binary11010101010101011111110111010100001001101011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,254); }

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

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

 a { background-color: rgb(106,170,254); }

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

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

 span { border-color: rgb(106,170,254); }

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