Shades of Maya Blue #6BBFFD
Tints of Maya Blue #6BBFFD
RGB
CMYK
RGB Variations
Color information
#6BBFFD (or 0x6BBFFD) is known color: Maya Blue. HEX triplet: 6B, BF and FD. RGB value is (107,191,253). Sum of RGB (Red+Green+Blue) = 107+191+253=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BBFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBFFD is #944002. Grayscale: #ACACAC. Windows color (decimal): -9715715 or 16629611. OLE color: 16629611.
HSL color Cylindrical-coordinate representation of color #6BBFFD: hue angle of 205.48º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BBFFD is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 191 | 253 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.01 |
| HSL | 205.48º | 0.97% | 0.71% | - |
| HSV(B) | 205.48º | 0.58% | 0.99% | - |
| XYZ | 42.42 | 47.48 | 99.86 | - |
| YUV | 172.95 | 173.17 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 253 | 0.58 | 0.25 | 0 | 0.01 | 205.48 | 0.97 | 0.71 |
| Hex | 6B | BF | FD | 3A | 19 | 0 | 1 | CD | 61 | 47 |
| Octal | 153 | 277 | 375 | 72 | 31 | 0 | 1 | 315 | 141 | 107 |
| Binary | 1101011 | 10111111 | 11111101 | 111010 | 11001 | 0 | 1 | 11001101 | 1100001 | 1000111 |
Color Harmonies of #6BBFFD
Complementary color
Monochromatic Colors of #6BBFFD
Black with #6BBFFD
Text Example
Text Example
White with #6BBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFFD; }
p { color: rgb(107,191,253); }
H1.HeaderClassName
{
color: #6BBFFD;
}
.AnyTagClassName
{
color: #6BBFFD;
}
</style>
background-color css
<style>
a { background-color: #6BBFFD; }
a { background-color: rgb(107,191,253); }
div.DivClassName
{
background-color: #6BBFFD;
}
.BgClassName
{
background-color: #6BBFFD;
}
</style>
border-color css
<style>
span { border-color: #6BBFFD; }
span { border-color: rgb(107,191,253); }
td.TdClassName
{
border-color: #6BBFFD;
}
.TagClassName
{
border-color: #6BBFFD;
}
</style>