Shades of San Juan #425E6C
Tints of San Juan #425E6C
RGB
CMYK
RGB Variations
Color information
#425E6C (or 0x425E6C) is known color: San Juan. HEX triplet: 42, 5E and 6C. RGB value is (66,94,108). Sum of RGB (Red+Green+Blue) = 66+94+108=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 94 (37.11% from 255 or 35.07% 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 #425E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E6C is #BDA193. Grayscale: #575757. Windows color (decimal): -12427668 or 7102018. OLE color: 7102018.
HSL color Cylindrical-coordinate representation of color #425E6C: hue angle of 200º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #425E6C is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 94 | 108 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.58 |
| HSL | 200º | 0.24% | 0.34% | - |
| HSV(B) | 200º | 0.39% | 0.42% | - |
| XYZ | 8.96 | 10.25 | 15.69 | - |
| YUV | 87.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 108 | 0.39 | 0.13 | 0 | 0.58 | 200 | 0.24 | 0.34 |
| Hex | 42 | 5E | 6C | 27 | D | 0 | 3A | C8 | 18 | 22 |
| Octal | 102 | 136 | 154 | 47 | 15 | 0 | 72 | 310 | 30 | 42 |
| Binary | 1000010 | 1011110 | 1101100 | 100111 | 1101 | 0 | 111010 | 11001000 | 11000 | 100010 |
Color Harmonies of #425E6C
Complementary color
Monochromatic Colors of #425E6C
Black with #425E6C
Text Example
Text Example
White with #425E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E6C; }
p { color: rgb(66,94,108); }
H1.HeaderClassName
{
color: #425E6C;
}
.AnyTagClassName
{
color: #425E6C;
}
</style>
background-color css
<style>
a { background-color: #425E6C; }
a { background-color: rgb(66,94,108); }
div.DivClassName
{
background-color: #425E6C;
}
.BgClassName
{
background-color: #425E6C;
}
</style>
border-color css
<style>
span { border-color: #425E6C; }
span { border-color: rgb(66,94,108); }
td.TdClassName
{
border-color: #425E6C;
}
.TagClassName
{
border-color: #425E6C;
}
</style>