Shades of Chetwode Blue #6C7DB4
Tints of Chetwode Blue #6C7DB4
RGB
CMYK
RGB Variations
Color information
#6C7DB4 (or 0x6C7DB4) is known color: Chetwode Blue. HEX triplet: 6C, 7D and B4. RGB value is (108,125,180). Sum of RGB (Red+Green+Blue) = 108+125+180=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C7DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7DB4 is #93824B. Grayscale: #7D7D7D. Windows color (decimal): -9667148 or 11828588. OLE color: 11828588.
HSL color Cylindrical-coordinate representation of color #6C7DB4: hue angle of 225.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C7DB4 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 125 | 180 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.29 |
| HSL | 225.83º | 0.32% | 0.56% | - |
| HSV(B) | 225.83º | 0.4% | 0.71% | - |
| XYZ | 21.76 | 21.15 | 46.12 | - |
| YUV | 126.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 125 | 180 | 0.40 | 0.31 | 0 | 0.29 | 225.83 | 0.32 | 0.56 |
| Hex | 6C | 7D | B4 | 28 | 1F | 0 | 1D | E2 | 20 | 38 |
| Octal | 154 | 175 | 264 | 50 | 37 | 0 | 35 | 342 | 40 | 70 |
| Binary | 1101100 | 1111101 | 10110100 | 101000 | 11111 | 0 | 11101 | 11100010 | 100000 | 111000 |
Color Harmonies of #6C7DB4
Complementary color
Monochromatic Colors of #6C7DB4
Black with #6C7DB4
Text Example
Text Example
White with #6C7DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7DB4; }
p { color: rgb(108,125,180); }
H1.HeaderClassName
{
color: #6C7DB4;
}
.AnyTagClassName
{
color: #6C7DB4;
}
</style>
background-color css
<style>
a { background-color: #6C7DB4; }
a { background-color: rgb(108,125,180); }
div.DivClassName
{
background-color: #6C7DB4;
}
.BgClassName
{
background-color: #6C7DB4;
}
</style>
border-color css
<style>
span { border-color: #6C7DB4; }
span { border-color: rgb(108,125,180); }
td.TdClassName
{
border-color: #6C7DB4;
}
.TagClassName
{
border-color: #6C7DB4;
}
</style>