Shades of San Juan #425E6A
Tints of San Juan #425E6A
RGB
CMYK
RGB Variations
Color information
#425E6A (or 0x425E6A) is known color: San Juan. HEX triplet: 42, 5E and 6A. RGB value is (66,94,106). Sum of RGB (Red+Green+Blue) = 66+94+106=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #425E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E6A is #BDA195. Grayscale: #565656. Windows color (decimal): -12427670 or 6970946. OLE color: 6970946.
HSL color Cylindrical-coordinate representation of color #425E6A: hue angle of 198º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #425E6A is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 94 | 106 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.58 |
| HSL | 198º | 0.23% | 0.34% | - |
| HSV(B) | 198º | 0.38% | 0.42% | - |
| XYZ | 8.85 | 10.2 | 15.14 | - |
| YUV | 87 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 106 | 0.38 | 0.11 | 0 | 0.58 | 198 | 0.23 | 0.34 |
| Hex | 42 | 5E | 6A | 26 | B | 0 | 3A | C6 | 17 | 22 |
| Octal | 102 | 136 | 152 | 46 | 13 | 0 | 72 | 306 | 27 | 42 |
| Binary | 1000010 | 1011110 | 1101010 | 100110 | 1011 | 0 | 111010 | 11000110 | 10111 | 100010 |
Color Harmonies of #425E6A
Complementary color
Monochromatic Colors of #425E6A
Black with #425E6A
Text Example
Text Example
White with #425E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E6A; }
p { color: rgb(66,94,106); }
H1.HeaderClassName
{
color: #425E6A;
}
.AnyTagClassName
{
color: #425E6A;
}
</style>
background-color css
<style>
a { background-color: #425E6A; }
a { background-color: rgb(66,94,106); }
div.DivClassName
{
background-color: #425E6A;
}
.BgClassName
{
background-color: #425E6A;
}
</style>
border-color css
<style>
span { border-color: #425E6A; }
span { border-color: rgb(66,94,106); }
td.TdClassName
{
border-color: #425E6A;
}
.TagClassName
{
border-color: #425E6A;
}
</style>