#6AA7FB

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

Shades of Cornflower Blue #6AA7FB

Tints of Cornflower Blue #6AA7FB

Color information

#6AA7FB (or 0x6AA7FB) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A7 and FB. RGB value is (106,167,251). Sum of RGB (Red+Green+Blue) = 106+167+251=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AA7FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA7FB is #955804. Grayscale: #9D9D9D. Windows color (decimal): -9787397 or 16492394. OLE color: 16492394.

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

Color convert

RGB106167251-
CMYK0.580.3300.02
HSL214.76º94.77%70%-
HSV(B)214.76º57.77%98.43%-
XYZ37.1837.6796.58-
YUV158.34180.2990.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.23%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=20.23%
G=31.87%
B=47.90%

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
Decimal1061672510.580.3300.02214.7694.7770
Hex6AA7FB3A2102d75f46
Octal152247373724102327137106
Binary110101010100111111110111110101000010101101011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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