Shades of Chetwode Blue #6875CE
Tints of Chetwode Blue #6875CE
RGB
CMYK
RGB Variations
Color information
#6875CE (or 0x6875CE) is known color: Chetwode Blue. HEX triplet: 68, 75 and CE. RGB value is (104,117,206). Sum of RGB (Red+Green+Blue) = 104+117+206=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #6875CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875CE is #978A31. Grayscale: #7A7A7A. Windows color (decimal): -9931314 or 13530472. OLE color: 13530472.
HSL color Cylindrical-coordinate representation of color #6875CE: hue angle of 232.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6875CE is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 117 | 206 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.19 |
| HSL | 232.35º | 0.51% | 0.61% | - |
| HSV(B) | 232.35º | 0.5% | 0.81% | - |
| XYZ | 23.21 | 20.12 | 61.05 | - |
| YUV | 123.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 206 | 0.50 | 0.43 | 0 | 0.19 | 232.35 | 0.51 | 0.61 |
| Hex | 68 | 75 | CE | 32 | 2B | 0 | 13 | E8 | 33 | 3D |
| Octal | 150 | 165 | 316 | 62 | 53 | 0 | 23 | 350 | 63 | 75 |
| Binary | 1101000 | 1110101 | 11001110 | 110010 | 101011 | 0 | 10011 | 11101000 | 110011 | 111101 |
Color Harmonies of #6875CE
Complementary color
Monochromatic Colors of #6875CE
Black with #6875CE
Text Example
Text Example
White with #6875CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875CE; }
p { color: rgb(104,117,206); }
H1.HeaderClassName
{
color: #6875CE;
}
.AnyTagClassName
{
color: #6875CE;
}
</style>
background-color css
<style>
a { background-color: #6875CE; }
a { background-color: rgb(104,117,206); }
div.DivClassName
{
background-color: #6875CE;
}
.BgClassName
{
background-color: #6875CE;
}
</style>
border-color css
<style>
span { border-color: #6875CE; }
span { border-color: rgb(104,117,206); }
td.TdClassName
{
border-color: #6875CE;
}
.TagClassName
{
border-color: #6875CE;
}
</style>