Shades of Baby Blue #6BFFF1
Tints of Baby Blue #6BFFF1
RGB
CMYK
RGB Variations
Color information
#6BFFF1 (or 0x6BFFF1) is known color: Baby Blue. HEX triplet: 6B, FF and F1. RGB value is (107,255,241). Sum of RGB (Red+Green+Blue) = 107+255+241=603 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.74% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFF1 is #94000E. Grayscale: #D1D1D1. Windows color (decimal): -9699343 or 15859563. OLE color: 15859563.
HSL color Cylindrical-coordinate representation of color #6BFFF1: hue angle of 174.32º 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 #6BFFF1 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 241 | - |
| CMYK | 0.58 | 0 | 0.05 | 0 |
| HSL | 174.32º | 1% | 0.71% | - |
| HSV(B) | 174.32º | 0.58% | 1% | - |
| XYZ | 57.7 | 81 | 95.81 | - |
| YUV | 209.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 241 | 0.58 | 0 | 0.05 | 0 | 174.32 | 1 | 0.71 |
| Hex | 6B | FF | F1 | 3A | 0 | 5 | 0 | AE | 64 | 47 |
| Octal | 153 | 377 | 361 | 72 | 0 | 5 | 0 | 256 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11110001 | 111010 | 0 | 101 | 0 | 10101110 | 1100100 | 1000111 |
Color Harmonies of #6BFFF1
Complementary color
Monochromatic Colors of #6BFFF1
Black with #6BFFF1
Text Example
Text Example
White with #6BFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFF1; }
p { color: rgb(107,255,241); }
H1.HeaderClassName
{
color: #6BFFF1;
}
.AnyTagClassName
{
color: #6BFFF1;
}
</style>
background-color css
<style>
a { background-color: #6BFFF1; }
a { background-color: rgb(107,255,241); }
div.DivClassName
{
background-color: #6BFFF1;
}
.BgClassName
{
background-color: #6BFFF1;
}
</style>
border-color css
<style>
span { border-color: #6BFFF1; }
span { border-color: rgb(107,255,241); }
td.TdClassName
{
border-color: #6BFFF1;
}
.TagClassName
{
border-color: #6BFFF1;
}
</style>