Shades of Blue Lagoon #006A83
Tints of Blue Lagoon #006A83
RGB
CMYK
RGB Variations
Color information
#006A83 (or 0x006A83) is known color: Blue Lagoon. HEX triplet: 00, 6A and 83. RGB value is (0,106,131). Sum of RGB (Red+Green+Blue) = 0+106+131=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #006A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A83 is #FF957C. Grayscale: #4C4C4C. Windows color (decimal): -16749949 or 8612352. OLE color: 8612352.
HSL color Cylindrical-coordinate representation of color #006A83: hue angle of 191.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A83 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 106 | 131 | - |
| CMYK | 1 | 0.19 | 0 | 0.49 |
| HSL | 191.45º | 1% | 0.26% | - |
| HSV(B) | 191.45º | 1% | 0.51% | - |
| XYZ | 9.25 | 11.95 | 23.29 | - |
| YUV | 77.16 | 158.38 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 131 | 1 | 0.19 | 0 | 0.49 | 191.45 | 1 | 0.26 |
| Hex | 0 | 6A | 83 | 64 | 13 | 0 | 31 | BF | 64 | 1A |
| Octal | 0 | 152 | 203 | 144 | 23 | 0 | 61 | 277 | 144 | 32 |
| Binary | 0 | 1101010 | 10000011 | 1100100 | 10011 | 0 | 110001 | 10111111 | 1100100 | 11010 |
Color Harmonies of #006A83
Complementary color
Monochromatic Colors of #006A83
Black with #006A83
Text Example
Text Example
White with #006A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006A83; }
p { color: rgb(0,106,131); }
H1.HeaderClassName
{
color: #006A83;
}
.AnyTagClassName
{
color: #006A83;
}
</style>
background-color css
<style>
a { background-color: #006A83; }
a { background-color: rgb(0,106,131); }
div.DivClassName
{
background-color: #006A83;
}
.BgClassName
{
background-color: #006A83;
}
</style>
border-color css
<style>
span { border-color: #006A83; }
span { border-color: rgb(0,106,131); }
td.TdClassName
{
border-color: #006A83;
}
.TagClassName
{
border-color: #006A83;
}
</style>