Shades of San Juan #405F6C
Tints of San Juan #405F6C
RGB
CMYK
RGB Variations
Color information
#405F6C (or 0x405F6C) is known color: San Juan. HEX triplet: 40, 5F and 6C. RGB value is (64,95,108). Sum of RGB (Red+Green+Blue) = 64+95+108=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #405F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F6C is #BFA093. Grayscale: #575757. Windows color (decimal): -12558484 or 7102272. OLE color: 7102272.
HSL color Cylindrical-coordinate representation of color #405F6C: hue angle of 197.73º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #405F6C is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 95 | 108 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.58 |
| HSL | 197.73º | 0.26% | 0.34% | - |
| HSV(B) | 197.73º | 0.41% | 0.42% | - |
| XYZ | 8.91 | 10.36 | 15.72 | - |
| YUV | 87.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 108 | 0.41 | 0.12 | 0 | 0.58 | 197.73 | 0.26 | 0.34 |
| Hex | 40 | 5F | 6C | 29 | C | 0 | 3A | C6 | 1A | 22 |
| Octal | 100 | 137 | 154 | 51 | 14 | 0 | 72 | 306 | 32 | 42 |
| Binary | 1000000 | 1011111 | 1101100 | 101001 | 1100 | 0 | 111010 | 11000110 | 11010 | 100010 |
Color Harmonies of #405F6C
Complementary color
Monochromatic Colors of #405F6C
Black with #405F6C
Text Example
Text Example
White with #405F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F6C; }
p { color: rgb(64,95,108); }
H1.HeaderClassName
{
color: #405F6C;
}
.AnyTagClassName
{
color: #405F6C;
}
</style>
background-color css
<style>
a { background-color: #405F6C; }
a { background-color: rgb(64,95,108); }
div.DivClassName
{
background-color: #405F6C;
}
.BgClassName
{
background-color: #405F6C;
}
</style>
border-color css
<style>
span { border-color: #405F6C; }
span { border-color: rgb(64,95,108); }
td.TdClassName
{
border-color: #405F6C;
}
.TagClassName
{
border-color: #405F6C;
}
</style>