Shades of San Juan #425B68
Tints of San Juan #425B68
RGB
CMYK
RGB Variations
Color information
#425B68 (or 0x425B68) is known color: San Juan. HEX triplet: 42, 5B and 68. RGB value is (66,91,104). Sum of RGB (Red+Green+Blue) = 66+91+104=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #425B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B68 is #BDA497. Grayscale: #545454. Windows color (decimal): -12428440 or 6839106. OLE color: 6839106.
HSL color Cylindrical-coordinate representation of color #425B68: hue angle of 200.53º 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 #425B68 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 91 | 104 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.59 |
| HSL | 200.53º | 0.22% | 0.33% | - |
| HSV(B) | 200.53º | 0.37% | 0.41% | - |
| XYZ | 8.49 | 9.64 | 14.51 | - |
| YUV | 85.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 104 | 0.37 | 0.12 | 0 | 0.59 | 200.53 | 0.22 | 0.33 |
| Hex | 42 | 5B | 68 | 25 | C | 0 | 3B | C9 | 16 | 21 |
| Octal | 102 | 133 | 150 | 45 | 14 | 0 | 73 | 311 | 26 | 41 |
| Binary | 1000010 | 1011011 | 1101000 | 100101 | 1100 | 0 | 111011 | 11001001 | 10110 | 100001 |
Color Harmonies of #425B68
Complementary color
Monochromatic Colors of #425B68
Black with #425B68
Text Example
Text Example
White with #425B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B68; }
p { color: rgb(66,91,104); }
H1.HeaderClassName
{
color: #425B68;
}
.AnyTagClassName
{
color: #425B68;
}
</style>
background-color css
<style>
a { background-color: #425B68; }
a { background-color: rgb(66,91,104); }
div.DivClassName
{
background-color: #425B68;
}
.BgClassName
{
background-color: #425B68;
}
</style>
border-color css
<style>
span { border-color: #425B68; }
span { border-color: rgb(66,91,104); }
td.TdClassName
{
border-color: #425B68;
}
.TagClassName
{
border-color: #425B68;
}
</style>