Shades of Baby Blue #6BF2E7
Tints of Baby Blue #6BF2E7
RGB
CMYK
RGB Variations
Color information
#6BF2E7 (or 0x6BF2E7) is known color: Baby Blue. HEX triplet: 6B, F2 and E7. RGB value is (107,242,231). Sum of RGB (Red+Green+Blue) = 107+242+231=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF2E7 is #940D18. Grayscale: #C8C8C8. Windows color (decimal): -9702681 or 15200875. OLE color: 15200875.
HSL color Cylindrical-coordinate representation of color #6BF2E7: hue angle of 175.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2E7 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 231 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.05 |
| HSL | 175.11º | 0.84% | 0.68% | - |
| HSV(B) | 175.11º | 0.56% | 0.95% | - |
| XYZ | 52.24 | 72.4 | 86.82 | - |
| YUV | 200.38 | 145.27 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 231 | 0.56 | 0 | 0.05 | 0.05 | 175.11 | 0.84 | 0.68 |
| Hex | 6B | F2 | E7 | 38 | 0 | 5 | 5 | AF | 54 | 44 |
| Octal | 153 | 362 | 347 | 70 | 0 | 5 | 5 | 257 | 124 | 104 |
| Binary | 1101011 | 11110010 | 11100111 | 111000 | 0 | 101 | 101 | 10101111 | 1010100 | 1000100 |
Color Harmonies of #6BF2E7
Complementary color
Monochromatic Colors of #6BF2E7
Black with #6BF2E7
Text Example
Text Example
White with #6BF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2E7; }
p { color: rgb(107,242,231); }
H1.HeaderClassName
{
color: #6BF2E7;
}
.AnyTagClassName
{
color: #6BF2E7;
}
</style>
background-color css
<style>
a { background-color: #6BF2E7; }
a { background-color: rgb(107,242,231); }
div.DivClassName
{
background-color: #6BF2E7;
}
.BgClassName
{
background-color: #6BF2E7;
}
</style>
border-color css
<style>
span { border-color: #6BF2E7; }
span { border-color: rgb(107,242,231); }
td.TdClassName
{
border-color: #6BF2E7;
}
.TagClassName
{
border-color: #6BF2E7;
}
</style>