Shades of Chetwode Blue #6575CA
Tints of Chetwode Blue #6575CA
RGB
CMYK
RGB Variations
Color information
#6575CA (or 0x6575CA) is known color: Chetwode Blue. HEX triplet: 65, 75 and CA. RGB value is (101,117,202). Sum of RGB (Red+Green+Blue) = 101+117+202=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6575CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6575CA is #9A8A35. Grayscale: #797979. Windows color (decimal): -10127926 or 13268325. OLE color: 13268325.
HSL color Cylindrical-coordinate representation of color #6575CA: hue angle of 230.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6575CA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 117 | 202 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.21 |
| HSL | 230.5º | 0.49% | 0.59% | - |
| HSV(B) | 230.5º | 0.5% | 0.79% | - |
| XYZ | 22.39 | 19.75 | 58.51 | - |
| YUV | 121.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 202 | 0.50 | 0.42 | 0 | 0.21 | 230.5 | 0.49 | 0.59 |
| Hex | 65 | 75 | CA | 32 | 2A | 0 | 15 | E6 | 31 | 3B |
| Octal | 145 | 165 | 312 | 62 | 52 | 0 | 25 | 346 | 61 | 73 |
| Binary | 1100101 | 1110101 | 11001010 | 110010 | 101010 | 0 | 10101 | 11100110 | 110001 | 111011 |
Color Harmonies of #6575CA
Complementary color
Monochromatic Colors of #6575CA
Black with #6575CA
Text Example
Text Example
White with #6575CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6575CA; }
p { color: rgb(101,117,202); }
H1.HeaderClassName
{
color: #6575CA;
}
.AnyTagClassName
{
color: #6575CA;
}
</style>
background-color css
<style>
a { background-color: #6575CA; }
a { background-color: rgb(101,117,202); }
div.DivClassName
{
background-color: #6575CA;
}
.BgClassName
{
background-color: #6575CA;
}
</style>
border-color css
<style>
span { border-color: #6575CA; }
span { border-color: rgb(101,117,202); }
td.TdClassName
{
border-color: #6575CA;
}
.TagClassName
{
border-color: #6575CA;
}
</style>