Shades of Chetwode Blue #6C75CC
Tints of Chetwode Blue #6C75CC
RGB
CMYK
RGB Variations
Color information
#6C75CC (or 0x6C75CC) is known color: Chetwode Blue. HEX triplet: 6C, 75 and CC. RGB value is (108,117,204). Sum of RGB (Red+Green+Blue) = 108+117+204=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C75CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C75CC is #938A33. Grayscale: #7B7B7B. Windows color (decimal): -9669172 or 13399404. OLE color: 13399404.
HSL color Cylindrical-coordinate representation of color #6C75CC: hue angle of 234.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C75CC is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 117 | 204 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.2 |
| HSL | 234.38º | 0.48% | 0.61% | - |
| HSV(B) | 234.38º | 0.47% | 0.8% | - |
| XYZ | 23.44 | 20.27 | 59.8 | - |
| YUV | 124.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 204 | 0.47 | 0.43 | 0 | 0.2 | 234.38 | 0.48 | 0.61 |
| Hex | 6C | 75 | CC | 2F | 2B | 0 | 14 | EA | 30 | 3D |
| Octal | 154 | 165 | 314 | 57 | 53 | 0 | 24 | 352 | 60 | 75 |
| Binary | 1101100 | 1110101 | 11001100 | 101111 | 101011 | 0 | 10100 | 11101010 | 110000 | 111101 |
Color Harmonies of #6C75CC
Complementary color
Monochromatic Colors of #6C75CC
Black with #6C75CC
Text Example
Text Example
White with #6C75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C75CC; }
p { color: rgb(108,117,204); }
H1.HeaderClassName
{
color: #6C75CC;
}
.AnyTagClassName
{
color: #6C75CC;
}
</style>
background-color css
<style>
a { background-color: #6C75CC; }
a { background-color: rgb(108,117,204); }
div.DivClassName
{
background-color: #6C75CC;
}
.BgClassName
{
background-color: #6C75CC;
}
</style>
border-color css
<style>
span { border-color: #6C75CC; }
span { border-color: rgb(108,117,204); }
td.TdClassName
{
border-color: #6C75CC;
}
.TagClassName
{
border-color: #6C75CC;
}
</style>