#6AA7FA

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

Shades of Cornflower Blue #6AA7FA

Tints of Cornflower Blue #6AA7FA

Color information

#6AA7FA (or 0x6AA7FA) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A7 and FA. RGB value is (106,167,250). Sum of RGB (Red+Green+Blue) = 106+167+250=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AA7FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA7FA is #955805. Grayscale: #9D9D9D. Windows color (decimal): -9787398 or 16426858. OLE color: 16426858.

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

Color convert

RGB106167250-
CMYK0.580.3300.02
HSL214.58º93.51%69.8%-
HSV(B)214.58º57.6%98.04%-
XYZ37.0237.695.75-
YUV158.22179.7990.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.27%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=20.27%
G=31.93%
B=47.80%

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
Decimal1061672500.580.3300.02214.5893.5169.8
Hex6AA7FA3A2102d75e46
Octal152247372724102327136106
Binary110101010100111111110101110101000010101101011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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