Shades of Blue Lagoon #066385
Tints of Blue Lagoon #066385
RGB
CMYK
RGB Variations
Color information
#066385 (or 0x066385) is known color: Blue Lagoon. HEX triplet: 06, 63 and 85. RGB value is (6,99,133). Sum of RGB (Red+Green+Blue) = 6+99+133=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #066385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066385 is #F99C7A. Grayscale: #4A4A4A. Windows color (decimal): -16358523 or 8741638. OLE color: 8741638.
HSL color Cylindrical-coordinate representation of color #066385: hue angle of 196.06º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066385 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 99 | 133 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.48 |
| HSL | 196.06º | 0.91% | 0.27% | - |
| HSV(B) | 196.06º | 0.95% | 0.52% | - |
| XYZ | 8.77 | 10.66 | 23.78 | - |
| YUV | 75.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 133 | 0.95 | 0.26 | 0 | 0.48 | 196.06 | 0.91 | 0.27 |
| Hex | 6 | 63 | 85 | 5F | 1A | 0 | 30 | C4 | 5B | 1B |
| Octal | 6 | 143 | 205 | 137 | 32 | 0 | 60 | 304 | 133 | 33 |
| Binary | 110 | 1100011 | 10000101 | 1011111 | 11010 | 0 | 110000 | 11000100 | 1011011 | 11011 |
Color Harmonies of #066385
Complementary color
Monochromatic Colors of #066385
Black with #066385
Text Example
Text Example
White with #066385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066385; }
p { color: rgb(6,99,133); }
H1.HeaderClassName
{
color: #066385;
}
.AnyTagClassName
{
color: #066385;
}
</style>
background-color css
<style>
a { background-color: #066385; }
a { background-color: rgb(6,99,133); }
div.DivClassName
{
background-color: #066385;
}
.BgClassName
{
background-color: #066385;
}
</style>
border-color css
<style>
span { border-color: #066385; }
span { border-color: rgb(6,99,133); }
td.TdClassName
{
border-color: #066385;
}
.TagClassName
{
border-color: #066385;
}
</style>