Shades of San Juan #435F6C
Tints of San Juan #435F6C
RGB
CMYK
RGB Variations
Color information
#435F6C (or 0x435F6C) is known color: San Juan. HEX triplet: 43, 5F and 6C. RGB value is (67,95,108). Sum of RGB (Red+Green+Blue) = 67+95+108=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #435F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F6C is #BCA093. Grayscale: #585858. Windows color (decimal): -12361876 or 7102275. OLE color: 7102275.
HSL color Cylindrical-coordinate representation of color #435F6C: hue angle of 199.02º 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 #435F6C is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 95 | 108 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.58 |
| HSL | 199.02º | 0.23% | 0.34% | - |
| HSV(B) | 199.02º | 0.38% | 0.42% | - |
| XYZ | 9.11 | 10.46 | 15.73 | - |
| YUV | 88.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 108 | 0.38 | 0.12 | 0 | 0.58 | 199.02 | 0.23 | 0.34 |
| Hex | 43 | 5F | 6C | 26 | C | 0 | 3A | C7 | 17 | 22 |
| Octal | 103 | 137 | 154 | 46 | 14 | 0 | 72 | 307 | 27 | 42 |
| Binary | 1000011 | 1011111 | 1101100 | 100110 | 1100 | 0 | 111010 | 11000111 | 10111 | 100010 |
Color Harmonies of #435F6C
Complementary color
Monochromatic Colors of #435F6C
Black with #435F6C
Text Example
Text Example
White with #435F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F6C; }
p { color: rgb(67,95,108); }
H1.HeaderClassName
{
color: #435F6C;
}
.AnyTagClassName
{
color: #435F6C;
}
</style>
background-color css
<style>
a { background-color: #435F6C; }
a { background-color: rgb(67,95,108); }
div.DivClassName
{
background-color: #435F6C;
}
.BgClassName
{
background-color: #435F6C;
}
</style>
border-color css
<style>
span { border-color: #435F6C; }
span { border-color: rgb(67,95,108); }
td.TdClassName
{
border-color: #435F6C;
}
.TagClassName
{
border-color: #435F6C;
}
</style>