#6AB1FB

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

Shades of Maya Blue #6AB1FB

Tints of Maya Blue #6AB1FB

Color information

#6AB1FB (or 0x6AB1FB) is unknown color: approx Maya Blue. HEX triplet: 6A, B1 and FB. RGB value is (106,177,251). Sum of RGB (Red+Green+Blue) = 106+177+251=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AB1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AB1FB is #954E04. Grayscale: #A3A3A3. Windows color (decimal): -9784837 or 16494954. OLE color: 16494954.

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

Color convert

RGB106177251-
CMYK0.580.2900.02
HSL210.62º94.77%70%-
HSV(B)210.62º57.77%98.43%-
XYZ39.0841.4797.21-
YUV164.21176.9886.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.85%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=19.85%
G=33.15%
B=47.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061772510.580.2900.02210.6294.7770
Hex6AB1FB3A1D02d35f46
Octal152261373723502323137106
Binary11010101011000111111011111010111010101101001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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