Shades of Baby Blue #6AFEF6
Tints of Baby Blue #6AFEF6
RGB
CMYK
RGB Variations
Color information
#6AFEF6 (or 0x6AFEF6) is known color: Baby Blue. HEX triplet: 6A, FE and F6. RGB value is (106,254,246). Sum of RGB (Red+Green+Blue) = 106+254+246=606 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.49% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEF6 is #950109. Grayscale: #D0D0D0. Windows color (decimal): -9765130 or 16186986. OLE color: 16186986.
HSL color Cylindrical-coordinate representation of color #6AFEF6: hue angle of 176.76º 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 #6AFEF6 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 246 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.00 |
| HSL | 176.76º | 0.99% | 0.71% | - |
| HSV(B) | 176.76º | 0.58% | 1% | - |
| XYZ | 58.02 | 80.6 | 99.69 | - |
| YUV | 208.84 | 148.97 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 246 | 0.58 | 0 | 0.03 | 0.00 | 176.76 | 0.99 | 0.71 |
| Hex | 6A | FE | F6 | 3A | 0 | 3 | 0 | B1 | 63 | 47 |
| Octal | 152 | 376 | 366 | 72 | 0 | 3 | 0 | 261 | 143 | 107 |
| Binary | 1101010 | 11111110 | 11110110 | 111010 | 0 | 11 | 0 | 10110001 | 1100011 | 1000111 |
Color Harmonies of #6AFEF6
Complementary color
Monochromatic Colors of #6AFEF6
Black with #6AFEF6
Text Example
Text Example
White with #6AFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEF6; }
p { color: rgb(106,254,246); }
H1.HeaderClassName
{
color: #6AFEF6;
}
.AnyTagClassName
{
color: #6AFEF6;
}
</style>
background-color css
<style>
a { background-color: #6AFEF6; }
a { background-color: rgb(106,254,246); }
div.DivClassName
{
background-color: #6AFEF6;
}
.BgClassName
{
background-color: #6AFEF6;
}
</style>
border-color css
<style>
span { border-color: #6AFEF6; }
span { border-color: rgb(106,254,246); }
td.TdClassName
{
border-color: #6AFEF6;
}
.TagClassName
{
border-color: #6AFEF6;
}
</style>