Shades of Blue Lagoon #006375
Tints of Blue Lagoon #006375
RGB
CMYK
RGB Variations
Color information
#006375 (or 0x006375) is known color: Blue Lagoon. HEX triplet: 00, 63 and 75. RGB value is (0,99,117). Sum of RGB (Red+Green+Blue) = 0+99+117=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #006375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006375 is #FF9C8A. Grayscale: #474747. Windows color (decimal): -16751755 or 7693056. OLE color: 7693056.
HSL color Cylindrical-coordinate representation of color #006375: hue angle of 189.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006375 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 99 | 117 | - |
| CMYK | 1 | 0.15 | 0 | 0.54 |
| HSL | 189.23º | 1% | 0.23% | - |
| HSV(B) | 189.23º | 1% | 0.46% | - |
| XYZ | 7.67 | 10.21 | 18.4 | - |
| YUV | 71.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 117 | 1 | 0.15 | 0 | 0.54 | 189.23 | 1 | 0.23 |
| Hex | 0 | 63 | 75 | 64 | F | 0 | 36 | BD | 64 | 17 |
| Octal | 0 | 143 | 165 | 144 | 17 | 0 | 66 | 275 | 144 | 27 |
| Binary | 0 | 1100011 | 1110101 | 1100100 | 1111 | 0 | 110110 | 10111101 | 1100100 | 10111 |
Color Harmonies of #006375
Complementary color
Monochromatic Colors of #006375
Black with #006375
Text Example
Text Example
White with #006375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006375; }
p { color: rgb(0,99,117); }
H1.HeaderClassName
{
color: #006375;
}
.AnyTagClassName
{
color: #006375;
}
</style>
background-color css
<style>
a { background-color: #006375; }
a { background-color: rgb(0,99,117); }
div.DivClassName
{
background-color: #006375;
}
.BgClassName
{
background-color: #006375;
}
</style>
border-color css
<style>
span { border-color: #006375; }
span { border-color: rgb(0,99,117); }
td.TdClassName
{
border-color: #006375;
}
.TagClassName
{
border-color: #006375;
}
</style>