Shades of San Juan #405F6D
Tints of San Juan #405F6D
RGB
CMYK
RGB Variations
Color information
#405F6D (or 0x405F6D) is known color: San Juan. HEX triplet: 40, 5F and 6D. RGB value is (64,95,109). Sum of RGB (Red+Green+Blue) = 64+95+109=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #405F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F6D is #BFA092. Grayscale: #575757. Windows color (decimal): -12558483 or 7167808. OLE color: 7167808.
HSL color Cylindrical-coordinate representation of color #405F6D: hue angle of 198.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #405F6D is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 95 | 109 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.57 |
| HSL | 198.67º | 0.26% | 0.34% | - |
| HSV(B) | 198.67º | 0.41% | 0.43% | - |
| XYZ | 8.97 | 10.38 | 16 | - |
| YUV | 87.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 109 | 0.41 | 0.13 | 0 | 0.57 | 198.67 | 0.26 | 0.34 |
| Hex | 40 | 5F | 6D | 29 | D | 0 | 39 | C7 | 1A | 22 |
| Octal | 100 | 137 | 155 | 51 | 15 | 0 | 71 | 307 | 32 | 42 |
| Binary | 1000000 | 1011111 | 1101101 | 101001 | 1101 | 0 | 111001 | 11000111 | 11010 | 100010 |
Color Harmonies of #405F6D
Complementary color
Monochromatic Colors of #405F6D
Black with #405F6D
Text Example
Text Example
White with #405F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F6D; }
p { color: rgb(64,95,109); }
H1.HeaderClassName
{
color: #405F6D;
}
.AnyTagClassName
{
color: #405F6D;
}
</style>
background-color css
<style>
a { background-color: #405F6D; }
a { background-color: rgb(64,95,109); }
div.DivClassName
{
background-color: #405F6D;
}
.BgClassName
{
background-color: #405F6D;
}
</style>
border-color css
<style>
span { border-color: #405F6D; }
span { border-color: rgb(64,95,109); }
td.TdClassName
{
border-color: #405F6D;
}
.TagClassName
{
border-color: #405F6D;
}
</style>