#6AA9FB

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

Shades of Cornflower Blue #6AA9FB

Tints of Cornflower Blue #6AA9FB

Color information

#6AA9FB (or 0x6AA9FB) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A9 and FB. RGB value is (106,169,251). Sum of RGB (Red+Green+Blue) = 106+169+251=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AA9FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA9FB is #955604. Grayscale: #9F9F9F. Windows color (decimal): -9786885 or 16492906. OLE color: 16492906.

HSL color Cylindrical-coordinate representation of color #6AA9FB: hue angle of 213.93º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AA9FB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106169251-
CMYK0.580.3300.02
HSL213.93º94.77%70%-
HSV(B)213.93º57.77%98.43%-
XYZ37.5438.4196.7-
YUV159.51179.6389.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.15%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=20.15%
G=32.13%
B=47.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061692510.580.3300.02213.9394.7770
Hex6AA9FB3A2102d65f46
Octal152251373724102326137106
Binary110101010101001111110111110101000010101101011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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