Shades of San Juan #425B6A
Tints of San Juan #425B6A
RGB
CMYK
RGB Variations
Color information
#425B6A (or 0x425B6A) is known color: San Juan. HEX triplet: 42, 5B and 6A. RGB value is (66,91,106). Sum of RGB (Red+Green+Blue) = 66+91+106=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 106 - color contains mainly: blue. Hex color #425B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B6A is #BDA495. Grayscale: #555555. Windows color (decimal): -12428438 or 6970178. OLE color: 6970178.
HSL color Cylindrical-coordinate representation of color #425B6A: hue angle of 202.5º 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 #425B6A is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 91 | 106 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.58 |
| HSL | 202.5º | 0.23% | 0.34% | - |
| HSV(B) | 202.5º | 0.38% | 0.42% | - |
| XYZ | 8.59 | 9.68 | 15.05 | - |
| YUV | 85.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 106 | 0.38 | 0.14 | 0 | 0.58 | 202.5 | 0.23 | 0.34 |
| Hex | 42 | 5B | 6A | 26 | E | 0 | 3A | CA | 17 | 22 |
| Octal | 102 | 133 | 152 | 46 | 16 | 0 | 72 | 312 | 27 | 42 |
| Binary | 1000010 | 1011011 | 1101010 | 100110 | 1110 | 0 | 111010 | 11001010 | 10111 | 100010 |
Color Harmonies of #425B6A
Complementary color
Monochromatic Colors of #425B6A
Black with #425B6A
Text Example
Text Example
White with #425B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B6A; }
p { color: rgb(66,91,106); }
H1.HeaderClassName
{
color: #425B6A;
}
.AnyTagClassName
{
color: #425B6A;
}
</style>
background-color css
<style>
a { background-color: #425B6A; }
a { background-color: rgb(66,91,106); }
div.DivClassName
{
background-color: #425B6A;
}
.BgClassName
{
background-color: #425B6A;
}
</style>
border-color css
<style>
span { border-color: #425B6A; }
span { border-color: rgb(66,91,106); }
td.TdClassName
{
border-color: #425B6A;
}
.TagClassName
{
border-color: #425B6A;
}
</style>