Shades of Maya Blue #6BD4FA
Tints of Maya Blue #6BD4FA
RGB
CMYK
RGB Variations
Color information
#6BD4FA (or 0x6BD4FA) is known color: Maya Blue. HEX triplet: 6B, D4 and FA. RGB value is (107,212,250). Sum of RGB (Red+Green+Blue) = 107+212+250=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BD4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD4FA is #942B05. Grayscale: #B8B8B8. Windows color (decimal): -9710342 or 16438379. OLE color: 16438379.
HSL color Cylindrical-coordinate representation of color #6BD4FA: hue angle of 195.94º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BD4FA is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 212 | 250 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.02 |
| HSL | 195.94º | 0.93% | 0.7% | - |
| HSV(B) | 195.94º | 0.57% | 0.98% | - |
| XYZ | 46.86 | 57.11 | 99 | - |
| YUV | 184.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 212 | 250 | 0.57 | 0.15 | 0 | 0.02 | 195.94 | 0.93 | 0.7 |
| Hex | 6B | D4 | FA | 39 | F | 0 | 2 | C4 | 5D | 46 |
| Octal | 153 | 324 | 372 | 71 | 17 | 0 | 2 | 304 | 135 | 106 |
| Binary | 1101011 | 11010100 | 11111010 | 111001 | 1111 | 0 | 10 | 11000100 | 1011101 | 1000110 |
Color Harmonies of #6BD4FA
Complementary color
Monochromatic Colors of #6BD4FA
Black with #6BD4FA
Text Example
Text Example
White with #6BD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD4FA; }
p { color: rgb(107,212,250); }
H1.HeaderClassName
{
color: #6BD4FA;
}
.AnyTagClassName
{
color: #6BD4FA;
}
</style>
background-color css
<style>
a { background-color: #6BD4FA; }
a { background-color: rgb(107,212,250); }
div.DivClassName
{
background-color: #6BD4FA;
}
.BgClassName
{
background-color: #6BD4FA;
}
</style>
border-color css
<style>
span { border-color: #6BD4FA; }
span { border-color: rgb(107,212,250); }
td.TdClassName
{
border-color: #6BD4FA;
}
.TagClassName
{
border-color: #6BD4FA;
}
</style>