Shades of San Juan #425F6B
Tints of San Juan #425F6B
RGB
CMYK
RGB Variations
Color information
#425F6B (or 0x425F6B) is known color: San Juan. HEX triplet: 42, 5F and 6B. RGB value is (66,95,107). Sum of RGB (Red+Green+Blue) = 66+95+107=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #425F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F6B is #BDA094. Grayscale: #575757. Windows color (decimal): -12427413 or 7036738. OLE color: 7036738.
HSL color Cylindrical-coordinate representation of color #425F6B: hue angle of 197.56º 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 #425F6B is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 95 | 107 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.58 |
| HSL | 197.56º | 0.24% | 0.34% | - |
| HSV(B) | 197.56º | 0.38% | 0.42% | - |
| XYZ | 8.99 | 10.4 | 15.44 | - |
| YUV | 87.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 107 | 0.38 | 0.11 | 0 | 0.58 | 197.56 | 0.24 | 0.34 |
| Hex | 42 | 5F | 6B | 26 | B | 0 | 3A | C6 | 18 | 22 |
| Octal | 102 | 137 | 153 | 46 | 13 | 0 | 72 | 306 | 30 | 42 |
| Binary | 1000010 | 1011111 | 1101011 | 100110 | 1011 | 0 | 111010 | 11000110 | 11000 | 100010 |
Color Harmonies of #425F6B
Complementary color
Monochromatic Colors of #425F6B
Black with #425F6B
Text Example
Text Example
White with #425F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F6B; }
p { color: rgb(66,95,107); }
H1.HeaderClassName
{
color: #425F6B;
}
.AnyTagClassName
{
color: #425F6B;
}
</style>
background-color css
<style>
a { background-color: #425F6B; }
a { background-color: rgb(66,95,107); }
div.DivClassName
{
background-color: #425F6B;
}
.BgClassName
{
background-color: #425F6B;
}
</style>
border-color css
<style>
span { border-color: #425F6B; }
span { border-color: rgb(66,95,107); }
td.TdClassName
{
border-color: #425F6B;
}
.TagClassName
{
border-color: #425F6B;
}
</style>