Shades of Baby Blue #6FF3FF
Tints of Baby Blue #6FF3FF
RGB
CMYK
RGB Variations
Color information
#6FF3FF (or 0x6FF3FF) is known color: Baby Blue. HEX triplet: 6F, F3 and FF. RGB value is (111,243,255). Sum of RGB (Red+Green+Blue) = 111+243+255=609 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.23% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FF3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF3FF is #900C00. Grayscale: #CCCCCC. Windows color (decimal): -9440257 or 16773999. OLE color: 16773999.
HSL color Cylindrical-coordinate representation of color #6FF3FF: hue angle of 185º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FF3FF is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 243 | 255 | - |
| CMYK | 0.56 | 0.05 | 0 | 0 |
| HSL | 185º | 1% | 0.72% | - |
| HSV(B) | 185º | 0.56% | 1% | - |
| XYZ | 56.66 | 74.7 | 106.04 | - |
| YUV | 204.9 | 156.27 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 243 | 255 | 0.56 | 0.05 | 0 | 0 | 185 | 1 | 0.72 |
| Hex | 6F | F3 | FF | 38 | 5 | 0 | 0 | B9 | 64 | 48 |
| Octal | 157 | 363 | 377 | 70 | 5 | 0 | 0 | 271 | 144 | 110 |
| Binary | 1101111 | 11110011 | 11111111 | 111000 | 101 | 0 | 0 | 10111001 | 1100100 | 1001000 |
Color Harmonies of #6FF3FF
Complementary color
Monochromatic Colors of #6FF3FF
Black with #6FF3FF
Text Example
Text Example
White with #6FF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF3FF; }
p { color: rgb(111,243,255); }
H1.HeaderClassName
{
color: #6FF3FF;
}
.AnyTagClassName
{
color: #6FF3FF;
}
</style>
background-color css
<style>
a { background-color: #6FF3FF; }
a { background-color: rgb(111,243,255); }
div.DivClassName
{
background-color: #6FF3FF;
}
.BgClassName
{
background-color: #6FF3FF;
}
</style>
border-color css
<style>
span { border-color: #6FF3FF; }
span { border-color: rgb(111,243,255); }
td.TdClassName
{
border-color: #6FF3FF;
}
.TagClassName
{
border-color: #6FF3FF;
}
</style>