Shades of San Juan #415F6C
Tints of San Juan #415F6C
RGB
CMYK
RGB Variations
Color information
#415F6C (or 0x415F6C) is known color: San Juan. HEX triplet: 41, 5F and 6C. RGB value is (65,95,108). Sum of RGB (Red+Green+Blue) = 65+95+108=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #415F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F6C is #BEA093. Grayscale: #575757. Windows color (decimal): -12492948 or 7102273. OLE color: 7102273.
HSL color Cylindrical-coordinate representation of color #415F6C: hue angle of 198.14º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #415F6C is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 95 | 108 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.58 |
| HSL | 198.14º | 0.25% | 0.34% | - |
| HSV(B) | 198.14º | 0.4% | 0.42% | - |
| XYZ | 8.98 | 10.39 | 15.72 | - |
| YUV | 87.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 108 | 0.40 | 0.12 | 0 | 0.58 | 198.14 | 0.25 | 0.34 |
| Hex | 41 | 5F | 6C | 28 | C | 0 | 3A | C6 | 19 | 22 |
| Octal | 101 | 137 | 154 | 50 | 14 | 0 | 72 | 306 | 31 | 42 |
| Binary | 1000001 | 1011111 | 1101100 | 101000 | 1100 | 0 | 111010 | 11000110 | 11001 | 100010 |
Color Harmonies of #415F6C
Complementary color
Monochromatic Colors of #415F6C
Black with #415F6C
Text Example
Text Example
White with #415F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F6C; }
p { color: rgb(65,95,108); }
H1.HeaderClassName
{
color: #415F6C;
}
.AnyTagClassName
{
color: #415F6C;
}
</style>
background-color css
<style>
a { background-color: #415F6C; }
a { background-color: rgb(65,95,108); }
div.DivClassName
{
background-color: #415F6C;
}
.BgClassName
{
background-color: #415F6C;
}
</style>
border-color css
<style>
span { border-color: #415F6C; }
span { border-color: rgb(65,95,108); }
td.TdClassName
{
border-color: #415F6C;
}
.TagClassName
{
border-color: #415F6C;
}
</style>