Shades of San Juan #425C6B
Tints of San Juan #425C6B
RGB
CMYK
RGB Variations
Color information
#425C6B (or 0x425C6B) is known color: San Juan. HEX triplet: 42, 5C and 6B. RGB value is (66,92,107). Sum of RGB (Red+Green+Blue) = 66+92+107=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #425C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C6B is #BDA394. Grayscale: #555555. Windows color (decimal): -12428181 or 7035970. OLE color: 7035970.
HSL color Cylindrical-coordinate representation of color #425C6B: hue angle of 201.95º 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 #425C6B is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 92 | 107 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.58 |
| HSL | 201.95º | 0.24% | 0.34% | - |
| HSV(B) | 201.95º | 0.38% | 0.42% | - |
| XYZ | 8.73 | 9.87 | 15.36 | - |
| YUV | 85.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 107 | 0.38 | 0.14 | 0 | 0.58 | 201.95 | 0.24 | 0.34 |
| Hex | 42 | 5C | 6B | 26 | E | 0 | 3A | CA | 18 | 22 |
| Octal | 102 | 134 | 153 | 46 | 16 | 0 | 72 | 312 | 30 | 42 |
| Binary | 1000010 | 1011100 | 1101011 | 100110 | 1110 | 0 | 111010 | 11001010 | 11000 | 100010 |
Color Harmonies of #425C6B
Complementary color
Monochromatic Colors of #425C6B
Black with #425C6B
Text Example
Text Example
White with #425C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C6B; }
p { color: rgb(66,92,107); }
H1.HeaderClassName
{
color: #425C6B;
}
.AnyTagClassName
{
color: #425C6B;
}
</style>
background-color css
<style>
a { background-color: #425C6B; }
a { background-color: rgb(66,92,107); }
div.DivClassName
{
background-color: #425C6B;
}
.BgClassName
{
background-color: #425C6B;
}
</style>
border-color css
<style>
span { border-color: #425C6B; }
span { border-color: rgb(66,92,107); }
td.TdClassName
{
border-color: #425C6B;
}
.TagClassName
{
border-color: #425C6B;
}
</style>