#6AA8FA

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

Shades of Cornflower Blue #6AA8FA

Tints of Cornflower Blue #6AA8FA

Color information

#6AA8FA (or 0x6AA8FA) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A8 and FA. RGB value is (106,168,250). Sum of RGB (Red+Green+Blue) = 106+168+250=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AA8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA8FA is #955705. Grayscale: #9E9E9E. Windows color (decimal): -9787142 or 16427114. OLE color: 16427114.

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

Color convert

RGB106168250-
CMYK0.580.3300.02
HSL214.17º93.51%69.8%-
HSV(B)214.17º57.6%98.04%-
XYZ37.237.9795.81-
YUV158.81179.4690.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.23%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=20.23%
G=32.06%
B=47.71%

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
Decimal1061682500.580.3300.02214.1793.5169.8
Hex6AA8FA3A2102d65e46
Octal152250372724102326136106
Binary110101010101000111110101110101000010101101011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,168,250); }

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

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

 a { background-color: rgb(106,168,250); }

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

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

 span { border-color: rgb(106,168,250); }

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