Shades of Baby Blue #6CF6EA
Tints of Baby Blue #6CF6EA
RGB
CMYK
RGB Variations
Color information
#6CF6EA (or 0x6CF6EA) is known color: Baby Blue. HEX triplet: 6C, F6 and EA. RGB value is (108,246,234). Sum of RGB (Red+Green+Blue) = 108+246+234=588 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.37% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #6CF6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF6EA is #930915. Grayscale: #CBCBCB. Windows color (decimal): -9636118 or 15398508. OLE color: 15398508.
HSL color Cylindrical-coordinate representation of color #6CF6EA: hue angle of 174.78º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF6EA is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 246 | 234 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.04 |
| HSL | 174.78º | 0.88% | 0.69% | - |
| HSV(B) | 174.78º | 0.56% | 0.96% | - |
| XYZ | 53.99 | 75.04 | 89.48 | - |
| YUV | 203.37 | 145.28 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 246 | 234 | 0.56 | 0 | 0.05 | 0.04 | 174.78 | 0.88 | 0.69 |
| Hex | 6C | F6 | EA | 38 | 0 | 5 | 4 | AF | 58 | 45 |
| Octal | 154 | 366 | 352 | 70 | 0 | 5 | 4 | 257 | 130 | 105 |
| Binary | 1101100 | 11110110 | 11101010 | 111000 | 0 | 101 | 100 | 10101111 | 1011000 | 1000101 |
Color Harmonies of #6CF6EA
Complementary color
Monochromatic Colors of #6CF6EA
Black with #6CF6EA
Text Example
Text Example
White with #6CF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF6EA; }
p { color: rgb(108,246,234); }
H1.HeaderClassName
{
color: #6CF6EA;
}
.AnyTagClassName
{
color: #6CF6EA;
}
</style>
background-color css
<style>
a { background-color: #6CF6EA; }
a { background-color: rgb(108,246,234); }
div.DivClassName
{
background-color: #6CF6EA;
}
.BgClassName
{
background-color: #6CF6EA;
}
</style>
border-color css
<style>
span { border-color: #6CF6EA; }
span { border-color: rgb(108,246,234); }
td.TdClassName
{
border-color: #6CF6EA;
}
.TagClassName
{
border-color: #6CF6EA;
}
</style>