#6AA9FE

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

Shades of Cornflower Blue #6AA9FE

Tints of Cornflower Blue #6AA9FE

Color information

#6AA9FE (or 0x6AA9FE) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A9 and FE. RGB value is (106,169,254). Sum of RGB (Red+Green+Blue) = 106+169+254=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AA9FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA9FE is #955601. Grayscale: #9F9F9F. Windows color (decimal): -9786882 or 16689514. OLE color: 16689514.

HSL color Cylindrical-coordinate representation of color #6AA9FE: hue angle of 214.46º 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 #6AA9FE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB106169254-
CMYK0.580.3300.00
HSL214.46º98.67%70.59%-
HSV(B)214.46º58.27%99.61%-
XYZ38.0238.699.21-
YUV159.85181.1389.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.04%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=20.04%
G=31.95%
B=48.02%

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
Decimal1061692540.580.3300.00214.4698.6770.59
Hex6AA9FE3A2100d66347
Octal152251376724100326143107
Binary11010101010100111111110111010100001001101011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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