Shades of Blue Lagoon #066B75
Tints of Blue Lagoon #066B75
RGB
CMYK
RGB Variations
Color information
#066B75 (or 0x066B75) is known color: Blue Lagoon. HEX triplet: 06, 6B and 75. RGB value is (6,107,117). Sum of RGB (Red+Green+Blue) = 6+107+117=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #066B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B75 is #F9948A. Grayscale: #4D4D4D. Windows color (decimal): -16356491 or 7695110. OLE color: 7695110.
HSL color Cylindrical-coordinate representation of color #066B75: hue angle of 185.41º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066B75 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 107 | 117 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.54 |
| HSL | 185.41º | 0.9% | 0.24% | - |
| HSV(B) | 185.41º | 0.95% | 0.46% | - |
| XYZ | 8.54 | 11.84 | 18.66 | - |
| YUV | 77.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 117 | 0.95 | 0.09 | 0 | 0.54 | 185.41 | 0.9 | 0.24 |
| Hex | 6 | 6B | 75 | 5F | 9 | 0 | 36 | B9 | 5A | 18 |
| Octal | 6 | 153 | 165 | 137 | 11 | 0 | 66 | 271 | 132 | 30 |
| Binary | 110 | 1101011 | 1110101 | 1011111 | 1001 | 0 | 110110 | 10111001 | 1011010 | 11000 |
Color Harmonies of #066B75
Complementary color
Monochromatic Colors of #066B75
Black with #066B75
Text Example
Text Example
White with #066B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B75; }
p { color: rgb(6,107,117); }
H1.HeaderClassName
{
color: #066B75;
}
.AnyTagClassName
{
color: #066B75;
}
</style>
background-color css
<style>
a { background-color: #066B75; }
a { background-color: rgb(6,107,117); }
div.DivClassName
{
background-color: #066B75;
}
.BgClassName
{
background-color: #066B75;
}
</style>
border-color css
<style>
span { border-color: #066B75; }
span { border-color: rgb(6,107,117); }
td.TdClassName
{
border-color: #066B75;
}
.TagClassName
{
border-color: #066B75;
}
</style>