Shades of Blue Lagoon #09617A
Tints of Blue Lagoon #09617A
RGB
CMYK
RGB Variations
Color information
#09617A (or 0x09617A) is known color: Blue Lagoon. HEX triplet: 09, 61 and 7A. RGB value is (9,97,122). Sum of RGB (Red+Green+Blue) = 9+97+122=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #09617A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09617A is #F69E85. Grayscale: #494949. Windows color (decimal): -16162438 or 8020233. OLE color: 8020233.
HSL color Cylindrical-coordinate representation of color #09617A: hue angle of 193.27º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09617A is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 97 | 122 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.52 |
| HSL | 193.27º | 0.86% | 0.26% | - |
| HSV(B) | 193.27º | 0.93% | 0.48% | - |
| XYZ | 7.9 | 10.01 | 19.93 | - |
| YUV | 73.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 122 | 0.93 | 0.20 | 0 | 0.52 | 193.27 | 0.86 | 0.26 |
| Hex | 9 | 61 | 7A | 5D | 14 | 0 | 34 | C1 | 56 | 1A |
| Octal | 11 | 141 | 172 | 135 | 24 | 0 | 64 | 301 | 126 | 32 |
| Binary | 1001 | 1100001 | 1111010 | 1011101 | 10100 | 0 | 110100 | 11000001 | 1010110 | 11010 |
Color Harmonies of #09617A
Complementary color
Monochromatic Colors of #09617A
Black with #09617A
Text Example
Text Example
White with #09617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09617A; }
p { color: rgb(9,97,122); }
H1.HeaderClassName
{
color: #09617A;
}
.AnyTagClassName
{
color: #09617A;
}
</style>
background-color css
<style>
a { background-color: #09617A; }
a { background-color: rgb(9,97,122); }
div.DivClassName
{
background-color: #09617A;
}
.BgClassName
{
background-color: #09617A;
}
</style>
border-color css
<style>
span { border-color: #09617A; }
span { border-color: rgb(9,97,122); }
td.TdClassName
{
border-color: #09617A;
}
.TagClassName
{
border-color: #09617A;
}
</style>