Shades of Iris Blue #06B7B1
Tints of Iris Blue #06B7B1
RGB
CMYK
RGB Variations
Color information
#06B7B1 (or 0x06B7B1) is known color: Iris Blue. HEX triplet: 06, B7 and B1. RGB value is (6,183,177). Sum of RGB (Red+Green+Blue) = 6+183+177=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #06B7B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B7B1 is #F9484E. Grayscale: #818181. Windows color (decimal): -16336975 or 11646726. OLE color: 11646726.
HSL color Cylindrical-coordinate representation of color #06B7B1: hue angle of 177.97º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B7B1 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 183 | 177 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.28 |
| HSL | 177.97º | 0.94% | 0.37% | - |
| HSV(B) | 177.97º | 0.97% | 0.72% | - |
| XYZ | 24.94 | 37.08 | 47.44 | - |
| YUV | 129.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 183 | 177 | 0.97 | 0 | 0.03 | 0.28 | 177.97 | 0.94 | 0.37 |
| Hex | 6 | B7 | B1 | 61 | 0 | 3 | 1C | B2 | 5E | 25 |
| Octal | 6 | 267 | 261 | 141 | 0 | 3 | 34 | 262 | 136 | 45 |
| Binary | 110 | 10110111 | 10110001 | 1100001 | 0 | 11 | 11100 | 10110010 | 1011110 | 100101 |
Color Harmonies of #06B7B1
Complementary color
Monochromatic Colors of #06B7B1
Black with #06B7B1
Text Example
Text Example
White with #06B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B7B1; }
p { color: rgb(6,183,177); }
H1.HeaderClassName
{
color: #06B7B1;
}
.AnyTagClassName
{
color: #06B7B1;
}
</style>
background-color css
<style>
a { background-color: #06B7B1; }
a { background-color: rgb(6,183,177); }
div.DivClassName
{
background-color: #06B7B1;
}
.BgClassName
{
background-color: #06B7B1;
}
</style>
border-color css
<style>
span { border-color: #06B7B1; }
span { border-color: rgb(6,183,177); }
td.TdClassName
{
border-color: #06B7B1;
}
.TagClassName
{
border-color: #06B7B1;
}
</style>