Shades of San Juan #425D6B
Tints of San Juan #425D6B
RGB
CMYK
RGB Variations
Color information
#425D6B (or 0x425D6B) is known color: San Juan. HEX triplet: 42, 5D and 6B. RGB value is (66,93,107). Sum of RGB (Red+Green+Blue) = 66+93+107=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #425D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D6B is #BDA294. Grayscale: #565656. Windows color (decimal): -12427925 or 7036226. OLE color: 7036226.
HSL color Cylindrical-coordinate representation of color #425D6B: hue angle of 200.49º degrees, saturation: 0.24, 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 #425D6B is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 93 | 107 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.58 |
| HSL | 200.49º | 0.24% | 0.34% | - |
| HSV(B) | 200.49º | 0.38% | 0.42% | - |
| XYZ | 8.81 | 10.05 | 15.38 | - |
| YUV | 86.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 107 | 0.38 | 0.13 | 0 | 0.58 | 200.49 | 0.24 | 0.34 |
| Hex | 42 | 5D | 6B | 26 | D | 0 | 3A | C8 | 18 | 22 |
| Octal | 102 | 135 | 153 | 46 | 15 | 0 | 72 | 310 | 30 | 42 |
| Binary | 1000010 | 1011101 | 1101011 | 100110 | 1101 | 0 | 111010 | 11001000 | 11000 | 100010 |
Color Harmonies of #425D6B
Complementary color
Monochromatic Colors of #425D6B
Black with #425D6B
Text Example
Text Example
White with #425D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D6B; }
p { color: rgb(66,93,107); }
H1.HeaderClassName
{
color: #425D6B;
}
.AnyTagClassName
{
color: #425D6B;
}
</style>
background-color css
<style>
a { background-color: #425D6B; }
a { background-color: rgb(66,93,107); }
div.DivClassName
{
background-color: #425D6B;
}
.BgClassName
{
background-color: #425D6B;
}
</style>
border-color css
<style>
span { border-color: #425D6B; }
span { border-color: rgb(66,93,107); }
td.TdClassName
{
border-color: #425D6B;
}
.TagClassName
{
border-color: #425D6B;
}
</style>