Shades of Baby Blue #6CF6E6
Tints of Baby Blue #6CF6E6
RGB
CMYK
RGB Variations
Color information
#6CF6E6 (or 0x6CF6E6) is known color: Baby Blue. HEX triplet: 6C, F6 and E6. RGB value is (108,246,230). Sum of RGB (Red+Green+Blue) = 108+246+230=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #6CF6E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF6E6 is #930919. Grayscale: #CACACA. Windows color (decimal): -9636122 or 15136364. OLE color: 15136364.
HSL color Cylindrical-coordinate representation of color #6CF6E6: hue angle of 173.04º 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 #6CF6E6 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 246 | 230 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.04 |
| HSL | 173.04º | 0.88% | 0.69% | - |
| HSV(B) | 173.04º | 0.56% | 0.96% | - |
| XYZ | 53.42 | 74.81 | 86.49 | - |
| YUV | 202.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 246 | 230 | 0.56 | 0 | 0.07 | 0.04 | 173.04 | 0.88 | 0.69 |
| Hex | 6C | F6 | E6 | 38 | 0 | 7 | 4 | AD | 58 | 45 |
| Octal | 154 | 366 | 346 | 70 | 0 | 7 | 4 | 255 | 130 | 105 |
| Binary | 1101100 | 11110110 | 11100110 | 111000 | 0 | 111 | 100 | 10101101 | 1011000 | 1000101 |
Color Harmonies of #6CF6E6
Complementary color
Monochromatic Colors of #6CF6E6
Black with #6CF6E6
Text Example
Text Example
White with #6CF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF6E6; }
p { color: rgb(108,246,230); }
H1.HeaderClassName
{
color: #6CF6E6;
}
.AnyTagClassName
{
color: #6CF6E6;
}
</style>
background-color css
<style>
a { background-color: #6CF6E6; }
a { background-color: rgb(108,246,230); }
div.DivClassName
{
background-color: #6CF6E6;
}
.BgClassName
{
background-color: #6CF6E6;
}
</style>
border-color css
<style>
span { border-color: #6CF6E6; }
span { border-color: rgb(108,246,230); }
td.TdClassName
{
border-color: #6CF6E6;
}
.TagClassName
{
border-color: #6CF6E6;
}
</style>