Shades of Baby Blue #6BF9FF
Tints of Baby Blue #6BF9FF
RGB
CMYK
RGB Variations
Color information
#6BF9FF (or 0x6BF9FF) is known color: Baby Blue. HEX triplet: 6B, F9 and FF. RGB value is (107,249,255). Sum of RGB (Red+Green+Blue) = 107+249+255=611 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.51% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BF9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF9FF is #940600. Grayscale: #CFCFCF. Windows color (decimal): -9700865 or 16775531. OLE color: 16775531.
HSL color Cylindrical-coordinate representation of color #6BF9FF: hue angle of 182.43º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BF9FF is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 249 | 255 | - |
| CMYK | 0.58 | 0.02 | 0 | 0 |
| HSL | 182.43º | 1% | 0.71% | - |
| HSV(B) | 182.43º | 0.58% | 1% | - |
| XYZ | 57.99 | 78.1 | 106.63 | - |
| YUV | 207.23 | 154.96 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 249 | 255 | 0.58 | 0.02 | 0 | 0 | 182.43 | 1 | 0.71 |
| Hex | 6B | F9 | FF | 3A | 2 | 0 | 0 | B6 | 64 | 47 |
| Octal | 153 | 371 | 377 | 72 | 2 | 0 | 0 | 266 | 144 | 107 |
| Binary | 1101011 | 11111001 | 11111111 | 111010 | 10 | 0 | 0 | 10110110 | 1100100 | 1000111 |
Color Harmonies of #6BF9FF
Complementary color
Monochromatic Colors of #6BF9FF
Black with #6BF9FF
Text Example
Text Example
White with #6BF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF9FF; }
p { color: rgb(107,249,255); }
H1.HeaderClassName
{
color: #6BF9FF;
}
.AnyTagClassName
{
color: #6BF9FF;
}
</style>
background-color css
<style>
a { background-color: #6BF9FF; }
a { background-color: rgb(107,249,255); }
div.DivClassName
{
background-color: #6BF9FF;
}
.BgClassName
{
background-color: #6BF9FF;
}
</style>
border-color css
<style>
span { border-color: #6BF9FF; }
span { border-color: rgb(107,249,255); }
td.TdClassName
{
border-color: #6BF9FF;
}
.TagClassName
{
border-color: #6BF9FF;
}
</style>