Shades of Blue Lagoon #006B83
Tints of Blue Lagoon #006B83
RGB
CMYK
RGB Variations
Color information
#006B83 (or 0x006B83) is known color: Blue Lagoon. HEX triplet: 00, 6B and 83. RGB value is (0,107,131). Sum of RGB (Red+Green+Blue) = 0+107+131=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #006B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B83 is #FF947C. Grayscale: #4D4D4D. Windows color (decimal): -16749693 or 8612608. OLE color: 8612608.
HSL color Cylindrical-coordinate representation of color #006B83: hue angle of 190.99º 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 #006B83 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 107 | 131 | - |
| CMYK | 1 | 0.18 | 0 | 0.49 |
| HSL | 190.99º | 1% | 0.26% | - |
| HSV(B) | 190.99º | 1% | 0.51% | - |
| XYZ | 9.35 | 12.15 | 23.33 | - |
| YUV | 77.74 | 158.05 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 131 | 1 | 0.18 | 0 | 0.49 | 190.99 | 1 | 0.26 |
| Hex | 0 | 6B | 83 | 64 | 12 | 0 | 31 | BF | 64 | 1A |
| Octal | 0 | 153 | 203 | 144 | 22 | 0 | 61 | 277 | 144 | 32 |
| Binary | 0 | 1101011 | 10000011 | 1100100 | 10010 | 0 | 110001 | 10111111 | 1100100 | 11010 |
Color Harmonies of #006B83
Complementary color
Monochromatic Colors of #006B83
Black with #006B83
Text Example
Text Example
White with #006B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B83; }
p { color: rgb(0,107,131); }
H1.HeaderClassName
{
color: #006B83;
}
.AnyTagClassName
{
color: #006B83;
}
</style>
background-color css
<style>
a { background-color: #006B83; }
a { background-color: rgb(0,107,131); }
div.DivClassName
{
background-color: #006B83;
}
.BgClassName
{
background-color: #006B83;
}
</style>
border-color css
<style>
span { border-color: #006B83; }
span { border-color: rgb(0,107,131); }
td.TdClassName
{
border-color: #006B83;
}
.TagClassName
{
border-color: #006B83;
}
</style>