Shades of Blue Lagoon #006568
Tints of Blue Lagoon #006568
RGB
CMYK
RGB Variations
Color information
#006568 (or 0x006568) is known color: Blue Lagoon. HEX triplet: 00, 65 and 68. RGB value is (0,101,104). Sum of RGB (Red+Green+Blue) = 0+101+104=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #006568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006568 is #FF9A97. Grayscale: #474747. Windows color (decimal): -16751256 or 6841600. OLE color: 6841600.
HSL color Cylindrical-coordinate representation of color #006568: hue angle of 181.73º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006568 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 101 | 104 | - |
| CMYK | 1 | 0.03 | 0 | 0.59 |
| HSL | 181.73º | 1% | 0.2% | - |
| HSV(B) | 181.73º | 1% | 0.41% | - |
| XYZ | 7.15 | 10.31 | 14.71 | - |
| YUV | 71.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 104 | 1 | 0.03 | 0 | 0.59 | 181.73 | 1 | 0.2 |
| Hex | 0 | 65 | 68 | 64 | 3 | 0 | 3B | B6 | 64 | 14 |
| Octal | 0 | 145 | 150 | 144 | 3 | 0 | 73 | 266 | 144 | 24 |
| Binary | 0 | 1100101 | 1101000 | 1100100 | 11 | 0 | 111011 | 10110110 | 1100100 | 10100 |
Color Harmonies of #006568
Complementary color
Monochromatic Colors of #006568
Black with #006568
Text Example
Text Example
White with #006568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006568; }
p { color: rgb(0,101,104); }
H1.HeaderClassName
{
color: #006568;
}
.AnyTagClassName
{
color: #006568;
}
</style>
background-color css
<style>
a { background-color: #006568; }
a { background-color: rgb(0,101,104); }
div.DivClassName
{
background-color: #006568;
}
.BgClassName
{
background-color: #006568;
}
</style>
border-color css
<style>
span { border-color: #006568; }
span { border-color: rgb(0,101,104); }
td.TdClassName
{
border-color: #006568;
}
.TagClassName
{
border-color: #006568;
}
</style>