Shades of Chetwode Blue #6B6ECB
Tints of Chetwode Blue #6B6ECB
RGB
CMYK
RGB Variations
Color information
#6B6ECB (or 0x6B6ECB) is known color: Chetwode Blue. HEX triplet: 6B, 6E and CB. RGB value is (107,110,203). Sum of RGB (Red+Green+Blue) = 107+110+203=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B6ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ECB is #949134. Grayscale: #777777. Windows color (decimal): -9736501 or 13332075. OLE color: 13332075.
HSL color Cylindrical-coordinate representation of color #6B6ECB: hue angle of 238.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B6ECB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 110 | 203 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.20 |
| HSL | 238.13º | 0.48% | 0.61% | - |
| HSV(B) | 238.13º | 0.47% | 0.8% | - |
| XYZ | 22.42 | 18.59 | 58.91 | - |
| YUV | 119.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 203 | 0.47 | 0.46 | 0 | 0.20 | 238.13 | 0.48 | 0.61 |
| Hex | 6B | 6E | CB | 2F | 2E | 0 | 14 | EE | 30 | 3D |
| Octal | 153 | 156 | 313 | 57 | 56 | 0 | 24 | 356 | 60 | 75 |
| Binary | 1101011 | 1101110 | 11001011 | 101111 | 101110 | 0 | 10100 | 11101110 | 110000 | 111101 |
Color Harmonies of #6B6ECB
Complementary color
Monochromatic Colors of #6B6ECB
Black with #6B6ECB
Text Example
Text Example
White with #6B6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6ECB; }
p { color: rgb(107,110,203); }
H1.HeaderClassName
{
color: #6B6ECB;
}
.AnyTagClassName
{
color: #6B6ECB;
}
</style>
background-color css
<style>
a { background-color: #6B6ECB; }
a { background-color: rgb(107,110,203); }
div.DivClassName
{
background-color: #6B6ECB;
}
.BgClassName
{
background-color: #6B6ECB;
}
</style>
border-color css
<style>
span { border-color: #6B6ECB; }
span { border-color: rgb(107,110,203); }
td.TdClassName
{
border-color: #6B6ECB;
}
.TagClassName
{
border-color: #6B6ECB;
}
</style>