Shades of San Juan #425C6D
Tints of San Juan #425C6D
RGB
CMYK
RGB Variations
Color information
#425C6D (or 0x425C6D) is known color: San Juan. HEX triplet: 42, 5C and 6D. RGB value is (66,92,109). Sum of RGB (Red+Green+Blue) = 66+92+109=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #425C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C6D is #BDA392. Grayscale: #565656. Windows color (decimal): -12428179 or 7167042. OLE color: 7167042.
HSL color Cylindrical-coordinate representation of color #425C6D: hue angle of 203.72º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #425C6D is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 92 | 109 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.57 |
| HSL | 203.72º | 0.25% | 0.34% | - |
| HSV(B) | 203.72º | 0.39% | 0.43% | - |
| XYZ | 8.83 | 9.92 | 15.92 | - |
| YUV | 86.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 109 | 0.39 | 0.16 | 0 | 0.57 | 203.72 | 0.25 | 0.34 |
| Hex | 42 | 5C | 6D | 27 | 10 | 0 | 39 | CC | 19 | 22 |
| Octal | 102 | 134 | 155 | 47 | 20 | 0 | 71 | 314 | 31 | 42 |
| Binary | 1000010 | 1011100 | 1101101 | 100111 | 10000 | 0 | 111001 | 11001100 | 11001 | 100010 |
Color Harmonies of #425C6D
Complementary color
Monochromatic Colors of #425C6D
Black with #425C6D
Text Example
Text Example
White with #425C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C6D; }
p { color: rgb(66,92,109); }
H1.HeaderClassName
{
color: #425C6D;
}
.AnyTagClassName
{
color: #425C6D;
}
</style>
background-color css
<style>
a { background-color: #425C6D; }
a { background-color: rgb(66,92,109); }
div.DivClassName
{
background-color: #425C6D;
}
.BgClassName
{
background-color: #425C6D;
}
</style>
border-color css
<style>
span { border-color: #425C6D; }
span { border-color: rgb(66,92,109); }
td.TdClassName
{
border-color: #425C6D;
}
.TagClassName
{
border-color: #425C6D;
}
</style>