Shades of Iris Blue #06B1B1
Tints of Iris Blue #06B1B1
RGB
CMYK
RGB Variations
Color information
#06B1B1 (or 0x06B1B1) is known color: Iris Blue. HEX triplet: 06, B1 and B1. RGB value is (6,177,177). Sum of RGB (Red+Green+Blue) = 6+177+177=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: green, blue. Hex color #06B1B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B1B1 is #F94E4E. Grayscale: #7D7D7D. Windows color (decimal): -16338511 or 11645190. OLE color: 11645190.
HSL color Cylindrical-coordinate representation of color #06B1B1: hue angle of 180º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B1B1 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 177 | 177 | - |
| CMYK | 0.97 | 0 | 0 | 0.31 |
| HSL | 180º | 0.93% | 0.36% | - |
| HSV(B) | 180º | 0.97% | 0.69% | - |
| XYZ | 23.73 | 34.66 | 47.03 | - |
| YUV | 125.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 177 | 177 | 0.97 | 0 | 0 | 0.31 | 180 | 0.93 | 0.36 |
| Hex | 6 | B1 | B1 | 61 | 0 | 0 | 1F | B4 | 5D | 24 |
| Octal | 6 | 261 | 261 | 141 | 0 | 0 | 37 | 264 | 135 | 44 |
| Binary | 110 | 10110001 | 10110001 | 1100001 | 0 | 0 | 11111 | 10110100 | 1011101 | 100100 |
Color Harmonies of #06B1B1
Complementary color
Monochromatic Colors of #06B1B1
Black with #06B1B1
Text Example
Text Example
White with #06B1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B1B1; }
p { color: rgb(6,177,177); }
H1.HeaderClassName
{
color: #06B1B1;
}
.AnyTagClassName
{
color: #06B1B1;
}
</style>
background-color css
<style>
a { background-color: #06B1B1; }
a { background-color: rgb(6,177,177); }
div.DivClassName
{
background-color: #06B1B1;
}
.BgClassName
{
background-color: #06B1B1;
}
</style>
border-color css
<style>
span { border-color: #06B1B1; }
span { border-color: rgb(6,177,177); }
td.TdClassName
{
border-color: #06B1B1;
}
.TagClassName
{
border-color: #06B1B1;
}
</style>