Shades of Blue Lagoon #0C646C
Tints of Blue Lagoon #0C646C
RGB
CMYK
RGB Variations
Color information
#0C646C (or 0x0C646C) is known color: Blue Lagoon. HEX triplet: 0C, 64 and 6C. RGB value is (12,100,108). Sum of RGB (Red+Green+Blue) = 12+100+108=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C646C is #F39B93. Grayscale: #4A4A4A. Windows color (decimal): -15965076 or 7103500. OLE color: 7103500.
HSL color Cylindrical-coordinate representation of color #0C646C: hue angle of 185º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C646C is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 100 | 108 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.58 |
| HSL | 185º | 0.8% | 0.24% | - |
| HSV(B) | 185º | 0.89% | 0.42% | - |
| XYZ | 7.42 | 10.28 | 15.78 | - |
| YUV | 74.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 108 | 0.89 | 0.07 | 0 | 0.58 | 185 | 0.8 | 0.24 |
| Hex | C | 64 | 6C | 59 | 7 | 0 | 3A | B9 | 50 | 18 |
| Octal | 14 | 144 | 154 | 131 | 7 | 0 | 72 | 271 | 120 | 30 |
| Binary | 1100 | 1100100 | 1101100 | 1011001 | 111 | 0 | 111010 | 10111001 | 1010000 | 11000 |
Color Harmonies of #0C646C
Complementary color
Monochromatic Colors of #0C646C
Black with #0C646C
Text Example
Text Example
White with #0C646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C646C; }
p { color: rgb(12,100,108); }
H1.HeaderClassName
{
color: #0C646C;
}
.AnyTagClassName
{
color: #0C646C;
}
</style>
background-color css
<style>
a { background-color: #0C646C; }
a { background-color: rgb(12,100,108); }
div.DivClassName
{
background-color: #0C646C;
}
.BgClassName
{
background-color: #0C646C;
}
</style>
border-color css
<style>
span { border-color: #0C646C; }
span { border-color: rgb(12,100,108); }
td.TdClassName
{
border-color: #0C646C;
}
.TagClassName
{
border-color: #0C646C;
}
</style>