Shades of San Juan #425D68
Tints of San Juan #425D68
RGB
CMYK
RGB Variations
Color information
#425D68 (or 0x425D68) is known color: San Juan. HEX triplet: 42, 5D and 68. RGB value is (66,93,104). Sum of RGB (Red+Green+Blue) = 66+93+104=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #425D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D68 is #BDA297. Grayscale: #565656. Windows color (decimal): -12427928 or 6839618. OLE color: 6839618.
HSL color Cylindrical-coordinate representation of color #425D68: hue angle of 197.37º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425D68 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 93 | 104 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.59 |
| HSL | 197.37º | 0.22% | 0.33% | - |
| HSV(B) | 197.37º | 0.37% | 0.41% | - |
| XYZ | 8.66 | 9.99 | 14.57 | - |
| YUV | 86.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 104 | 0.37 | 0.11 | 0 | 0.59 | 197.37 | 0.22 | 0.33 |
| Hex | 42 | 5D | 68 | 25 | B | 0 | 3B | C5 | 16 | 21 |
| Octal | 102 | 135 | 150 | 45 | 13 | 0 | 73 | 305 | 26 | 41 |
| Binary | 1000010 | 1011101 | 1101000 | 100101 | 1011 | 0 | 111011 | 11000101 | 10110 | 100001 |
Color Harmonies of #425D68
Complementary color
Monochromatic Colors of #425D68
Black with #425D68
Text Example
Text Example
White with #425D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D68; }
p { color: rgb(66,93,104); }
H1.HeaderClassName
{
color: #425D68;
}
.AnyTagClassName
{
color: #425D68;
}
</style>
background-color css
<style>
a { background-color: #425D68; }
a { background-color: rgb(66,93,104); }
div.DivClassName
{
background-color: #425D68;
}
.BgClassName
{
background-color: #425D68;
}
</style>
border-color css
<style>
span { border-color: #425D68; }
span { border-color: rgb(66,93,104); }
td.TdClassName
{
border-color: #425D68;
}
.TagClassName
{
border-color: #425D68;
}
</style>