Shades of Chetwode Blue #6875CD
Tints of Chetwode Blue #6875CD
RGB
CMYK
RGB Variations
Color information
#6875CD (or 0x6875CD) is known color: Chetwode Blue. HEX triplet: 68, 75 and CD. RGB value is (104,117,205). Sum of RGB (Red+Green+Blue) = 104+117+205=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #6875CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875CD is #978A32. Grayscale: #7A7A7A. Windows color (decimal): -9931315 or 13464936. OLE color: 13464936.
HSL color Cylindrical-coordinate representation of color #6875CD: hue angle of 232.28º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6875CD is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 117 | 205 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.20 |
| HSL | 232.28º | 0.5% | 0.61% | - |
| HSV(B) | 232.28º | 0.49% | 0.8% | - |
| XYZ | 23.09 | 20.07 | 60.42 | - |
| YUV | 123.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 205 | 0.49 | 0.43 | 0 | 0.20 | 232.28 | 0.5 | 0.61 |
| Hex | 68 | 75 | CD | 31 | 2B | 0 | 14 | E8 | 32 | 3D |
| Octal | 150 | 165 | 315 | 61 | 53 | 0 | 24 | 350 | 62 | 75 |
| Binary | 1101000 | 1110101 | 11001101 | 110001 | 101011 | 0 | 10100 | 11101000 | 110010 | 111101 |
Color Harmonies of #6875CD
Complementary color
Monochromatic Colors of #6875CD
Black with #6875CD
Text Example
Text Example
White with #6875CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875CD; }
p { color: rgb(104,117,205); }
H1.HeaderClassName
{
color: #6875CD;
}
.AnyTagClassName
{
color: #6875CD;
}
</style>
background-color css
<style>
a { background-color: #6875CD; }
a { background-color: rgb(104,117,205); }
div.DivClassName
{
background-color: #6875CD;
}
.BgClassName
{
background-color: #6875CD;
}
</style>
border-color css
<style>
span { border-color: #6875CD; }
span { border-color: rgb(104,117,205); }
td.TdClassName
{
border-color: #6875CD;
}
.TagClassName
{
border-color: #6875CD;
}
</style>