Shades of Chetwode Blue #6575CE
Tints of Chetwode Blue #6575CE
RGB
CMYK
RGB Variations
Color information
#6575CE (or 0x6575CE) is known color: Chetwode Blue. HEX triplet: 65, 75 and CE. RGB value is (101,117,206). Sum of RGB (Red+Green+Blue) = 101+117+206=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #6575CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6575CE is #9A8A31. Grayscale: #797979. Windows color (decimal): -10127922 or 13530469. OLE color: 13530469.
HSL color Cylindrical-coordinate representation of color #6575CE: hue angle of 230.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6575CE is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 117 | 206 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.19 |
| HSL | 230.86º | 0.52% | 0.6% | - |
| HSV(B) | 230.86º | 0.51% | 0.81% | - |
| XYZ | 22.87 | 19.95 | 61.04 | - |
| YUV | 122.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 206 | 0.51 | 0.43 | 0 | 0.19 | 230.86 | 0.52 | 0.6 |
| Hex | 65 | 75 | CE | 33 | 2B | 0 | 13 | E7 | 34 | 3C |
| Octal | 145 | 165 | 316 | 63 | 53 | 0 | 23 | 347 | 64 | 74 |
| Binary | 1100101 | 1110101 | 11001110 | 110011 | 101011 | 0 | 10011 | 11100111 | 110100 | 111100 |
Color Harmonies of #6575CE
Complementary color
Monochromatic Colors of #6575CE
Black with #6575CE
Text Example
Text Example
White with #6575CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6575CE; }
p { color: rgb(101,117,206); }
H1.HeaderClassName
{
color: #6575CE;
}
.AnyTagClassName
{
color: #6575CE;
}
</style>
background-color css
<style>
a { background-color: #6575CE; }
a { background-color: rgb(101,117,206); }
div.DivClassName
{
background-color: #6575CE;
}
.BgClassName
{
background-color: #6575CE;
}
</style>
border-color css
<style>
span { border-color: #6575CE; }
span { border-color: rgb(101,117,206); }
td.TdClassName
{
border-color: #6575CE;
}
.TagClassName
{
border-color: #6575CE;
}
</style>