Shades of Chetwode Blue #6B75A3
Tints of Chetwode Blue #6B75A3
RGB
CMYK
RGB Variations
Color information
#6B75A3 (or 0x6B75A3) is known color: Chetwode Blue. HEX triplet: 6B, 75 and A3. RGB value is (107,117,163). Sum of RGB (Red+Green+Blue) = 107+117+163=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: blue. Hex color #6B75A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B75A3 is #948A5C. Grayscale: #777777. Windows color (decimal): -9734749 or 10712427. OLE color: 10712427.
HSL color Cylindrical-coordinate representation of color #6B75A3: hue angle of 229.29º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B75A3 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 117 | 163 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.36 |
| HSL | 229.29º | 0.23% | 0.53% | - |
| HSV(B) | 229.29º | 0.34% | 0.64% | - |
| XYZ | 19.04 | 18.49 | 37.22 | - |
| YUV | 119.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 163 | 0.34 | 0.28 | 0 | 0.36 | 229.29 | 0.23 | 0.53 |
| Hex | 6B | 75 | A3 | 22 | 1C | 0 | 24 | E5 | 17 | 35 |
| Octal | 153 | 165 | 243 | 42 | 34 | 0 | 44 | 345 | 27 | 65 |
| Binary | 1101011 | 1110101 | 10100011 | 100010 | 11100 | 0 | 100100 | 11100101 | 10111 | 110101 |
Color Harmonies of #6B75A3
Complementary color
Monochromatic Colors of #6B75A3
Black with #6B75A3
Text Example
Text Example
White with #6B75A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B75A3; }
p { color: rgb(107,117,163); }
H1.HeaderClassName
{
color: #6B75A3;
}
.AnyTagClassName
{
color: #6B75A3;
}
</style>
background-color css
<style>
a { background-color: #6B75A3; }
a { background-color: rgb(107,117,163); }
div.DivClassName
{
background-color: #6B75A3;
}
.BgClassName
{
background-color: #6B75A3;
}
</style>
border-color css
<style>
span { border-color: #6B75A3; }
span { border-color: rgb(107,117,163); }
td.TdClassName
{
border-color: #6B75A3;
}
.TagClassName
{
border-color: #6B75A3;
}
</style>