#6AB5FA

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

Shades of Maya Blue #6AB5FA

Tints of Maya Blue #6AB5FA

Color information

#6AB5FA (or 0x6AB5FA) is unknown color: approx Maya Blue. HEX triplet: 6A, B5 and FA. RGB value is (106,181,250). Sum of RGB (Red+Green+Blue) = 106+181+250=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AB5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB5FA is #954A05. Grayscale: #A6A6A6. Windows color (decimal): -9783814 or 16430442. OLE color: 16430442.

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

Color convert

RGB106181250-
CMYK0.580.2800.02
HSL208.75º93.51%69.8%-
HSV(B)208.75º57.6%98.04%-
XYZ39.7243.0196.65-
YUV166.44175.1584.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.74%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=19.74%
G=33.71%
B=46.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061812500.580.2800.02208.7593.5169.8
Hex6AB5FA3A1C02d15e46
Octal152265372723402321136106
Binary11010101011010111111010111010111000101101000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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