Shades of Chetwode Blue #686CCA
Tints of Chetwode Blue #686CCA
RGB
CMYK
RGB Variations
Color information
#686CCA (or 0x686CCA) is known color: Chetwode Blue. HEX triplet: 68, 6C and CA. RGB value is (104,108,202). Sum of RGB (Red+Green+Blue) = 104+108+202=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #686CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CCA is #979335. Grayscale: #757575. Windows color (decimal): -9933622 or 13266024. OLE color: 13266024.
HSL color Cylindrical-coordinate representation of color #686CCA: hue angle of 237.55º 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 #686CCA is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 108 | 202 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.21 |
| HSL | 237.55º | 0.48% | 0.6% | - |
| HSV(B) | 237.55º | 0.49% | 0.79% | - |
| XYZ | 21.73 | 17.93 | 58.19 | - |
| YUV | 117.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 202 | 0.49 | 0.47 | 0 | 0.21 | 237.55 | 0.48 | 0.6 |
| Hex | 68 | 6C | CA | 31 | 2F | 0 | 15 | EE | 30 | 3C |
| Octal | 150 | 154 | 312 | 61 | 57 | 0 | 25 | 356 | 60 | 74 |
| Binary | 1101000 | 1101100 | 11001010 | 110001 | 101111 | 0 | 10101 | 11101110 | 110000 | 111100 |
Color Harmonies of #686CCA
Complementary color
Monochromatic Colors of #686CCA
Black with #686CCA
Text Example
Text Example
White with #686CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CCA; }
p { color: rgb(104,108,202); }
H1.HeaderClassName
{
color: #686CCA;
}
.AnyTagClassName
{
color: #686CCA;
}
</style>
background-color css
<style>
a { background-color: #686CCA; }
a { background-color: rgb(104,108,202); }
div.DivClassName
{
background-color: #686CCA;
}
.BgClassName
{
background-color: #686CCA;
}
</style>
border-color css
<style>
span { border-color: #686CCA; }
span { border-color: rgb(104,108,202); }
td.TdClassName
{
border-color: #686CCA;
}
.TagClassName
{
border-color: #686CCA;
}
</style>