Shades of Chetwode Blue #687CCA
Tints of Chetwode Blue #687CCA
RGB
CMYK
RGB Variations
Color information
#687CCA (or 0x687CCA) is known color: Chetwode Blue. HEX triplet: 68, 7C and CA. RGB value is (104,124,202). Sum of RGB (Red+Green+Blue) = 104+124+202=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #687CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CCA is #978335. Grayscale: #7E7E7E. Windows color (decimal): -9929526 or 13270120. OLE color: 13270120.
HSL color Cylindrical-coordinate representation of color #687CCA: hue angle of 227.76º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #687CCA is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 124 | 202 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.21 |
| HSL | 227.76º | 0.48% | 0.6% | - |
| HSV(B) | 227.76º | 0.49% | 0.79% | - |
| XYZ | 23.58 | 21.62 | 58.81 | - |
| YUV | 126.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 202 | 0.49 | 0.39 | 0 | 0.21 | 227.76 | 0.48 | 0.6 |
| Hex | 68 | 7C | CA | 31 | 27 | 0 | 15 | E4 | 30 | 3C |
| Octal | 150 | 174 | 312 | 61 | 47 | 0 | 25 | 344 | 60 | 74 |
| Binary | 1101000 | 1111100 | 11001010 | 110001 | 100111 | 0 | 10101 | 11100100 | 110000 | 111100 |
Color Harmonies of #687CCA
Complementary color
Monochromatic Colors of #687CCA
Black with #687CCA
Text Example
Text Example
White with #687CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CCA; }
p { color: rgb(104,124,202); }
H1.HeaderClassName
{
color: #687CCA;
}
.AnyTagClassName
{
color: #687CCA;
}
</style>
background-color css
<style>
a { background-color: #687CCA; }
a { background-color: rgb(104,124,202); }
div.DivClassName
{
background-color: #687CCA;
}
.BgClassName
{
background-color: #687CCA;
}
</style>
border-color css
<style>
span { border-color: #687CCA; }
span { border-color: rgb(104,124,202); }
td.TdClassName
{
border-color: #687CCA;
}
.TagClassName
{
border-color: #687CCA;
}
</style>