Shades of Blue Lagoon #066B74
Tints of Blue Lagoon #066B74
RGB
CMYK
RGB Variations
Color information
#066B74 (or 0x066B74) is known color: Blue Lagoon. HEX triplet: 06, 6B and 74. RGB value is (6,107,116). Sum of RGB (Red+Green+Blue) = 6+107+116=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #066B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B74 is #F9948B. Grayscale: #4D4D4D. Windows color (decimal): -16356492 or 7629574. OLE color: 7629574.
HSL color Cylindrical-coordinate representation of color #066B74: hue angle of 184.91º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066B74 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 107 | 116 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.55 |
| HSL | 184.91º | 0.9% | 0.24% | - |
| HSV(B) | 184.91º | 0.95% | 0.45% | - |
| XYZ | 8.49 | 11.82 | 18.36 | - |
| YUV | 77.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 116 | 0.95 | 0.08 | 0 | 0.55 | 184.91 | 0.9 | 0.24 |
| Hex | 6 | 6B | 74 | 5F | 8 | 0 | 37 | B9 | 5A | 18 |
| Octal | 6 | 153 | 164 | 137 | 10 | 0 | 67 | 271 | 132 | 30 |
| Binary | 110 | 1101011 | 1110100 | 1011111 | 1000 | 0 | 110111 | 10111001 | 1011010 | 11000 |
Color Harmonies of #066B74
Complementary color
Monochromatic Colors of #066B74
Black with #066B74
Text Example
Text Example
White with #066B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B74; }
p { color: rgb(6,107,116); }
H1.HeaderClassName
{
color: #066B74;
}
.AnyTagClassName
{
color: #066B74;
}
</style>
background-color css
<style>
a { background-color: #066B74; }
a { background-color: rgb(6,107,116); }
div.DivClassName
{
background-color: #066B74;
}
.BgClassName
{
background-color: #066B74;
}
</style>
border-color css
<style>
span { border-color: #066B74; }
span { border-color: rgb(6,107,116); }
td.TdClassName
{
border-color: #066B74;
}
.TagClassName
{
border-color: #066B74;
}
</style>