Shades of Maya Blue #6BAFF3
Tints of Maya Blue #6BAFF3
RGB
CMYK
RGB Variations
Color information
#6BAFF3 (or 0x6BAFF3) is known color: Maya Blue. HEX triplet: 6B, AF and F3. RGB value is (107,175,243). Sum of RGB (Red+Green+Blue) = 107+175+243=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #6BAFF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFF3 is #94500C. Grayscale: #A2A2A2. Windows color (decimal): -9719821 or 15970155. OLE color: 15970155.
HSL color Cylindrical-coordinate representation of color #6BAFF3: hue angle of 210º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BAFF3 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 175 | 243 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.05 |
| HSL | 210º | 0.85% | 0.69% | - |
| HSV(B) | 210º | 0.56% | 0.95% | - |
| XYZ | 37.57 | 40.26 | 90.58 | - |
| YUV | 162.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 243 | 0.56 | 0.28 | 0 | 0.05 | 210 | 0.85 | 0.69 |
| Hex | 6B | AF | F3 | 38 | 1C | 0 | 5 | D2 | 55 | 45 |
| Octal | 153 | 257 | 363 | 70 | 34 | 0 | 5 | 322 | 125 | 105 |
| Binary | 1101011 | 10101111 | 11110011 | 111000 | 11100 | 0 | 101 | 11010010 | 1010101 | 1000101 |
Color Harmonies of #6BAFF3
Complementary color
Monochromatic Colors of #6BAFF3
Black with #6BAFF3
Text Example
Text Example
White with #6BAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFF3; }
p { color: rgb(107,175,243); }
H1.HeaderClassName
{
color: #6BAFF3;
}
.AnyTagClassName
{
color: #6BAFF3;
}
</style>
background-color css
<style>
a { background-color: #6BAFF3; }
a { background-color: rgb(107,175,243); }
div.DivClassName
{
background-color: #6BAFF3;
}
.BgClassName
{
background-color: #6BAFF3;
}
</style>
border-color css
<style>
span { border-color: #6BAFF3; }
span { border-color: rgb(107,175,243); }
td.TdClassName
{
border-color: #6BAFF3;
}
.TagClassName
{
border-color: #6BAFF3;
}
</style>