Shades of Baby Blue #6BEFFE
Tints of Baby Blue #6BEFFE
RGB
CMYK
RGB Variations
Color information
#6BEFFE (or 0x6BEFFE) is known color: Baby Blue. HEX triplet: 6B, EF and FE. RGB value is (107,239,254). Sum of RGB (Red+Green+Blue) = 107+239+254=600 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.83% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BEFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFFE is #941001. Grayscale: #C9C9C9. Windows color (decimal): -9703426 or 16707435. OLE color: 16707435.
HSL color Cylindrical-coordinate representation of color #6BEFFE: hue angle of 186.12º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BEFFE is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 239 | 254 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.00 |
| HSL | 186.12º | 0.99% | 0.71% | - |
| HSV(B) | 186.12º | 0.58% | 1% | - |
| XYZ | 54.82 | 72.01 | 104.78 | - |
| YUV | 201.24 | 157.77 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 254 | 0.58 | 0.06 | 0 | 0.00 | 186.12 | 0.99 | 0.71 |
| Hex | 6B | EF | FE | 3A | 6 | 0 | 0 | BA | 63 | 47 |
| Octal | 153 | 357 | 376 | 72 | 6 | 0 | 0 | 272 | 143 | 107 |
| Binary | 1101011 | 11101111 | 11111110 | 111010 | 110 | 0 | 0 | 10111010 | 1100011 | 1000111 |
Color Harmonies of #6BEFFE
Complementary color
Monochromatic Colors of #6BEFFE
Black with #6BEFFE
Text Example
Text Example
White with #6BEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFFE; }
p { color: rgb(107,239,254); }
H1.HeaderClassName
{
color: #6BEFFE;
}
.AnyTagClassName
{
color: #6BEFFE;
}
</style>
background-color css
<style>
a { background-color: #6BEFFE; }
a { background-color: rgb(107,239,254); }
div.DivClassName
{
background-color: #6BEFFE;
}
.BgClassName
{
background-color: #6BEFFE;
}
</style>
border-color css
<style>
span { border-color: #6BEFFE; }
span { border-color: rgb(107,239,254); }
td.TdClassName
{
border-color: #6BEFFE;
}
.TagClassName
{
border-color: #6BEFFE;
}
</style>