Shades of Chetwode Blue #6B76CB
Tints of Chetwode Blue #6B76CB
RGB
CMYK
RGB Variations
Color information
#6B76CB (or 0x6B76CB) is known color: Chetwode Blue. HEX triplet: 6B, 76 and CB. RGB value is (107,118,203). Sum of RGB (Red+Green+Blue) = 107+118+203=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B76CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B76CB is #948934. Grayscale: #7C7C7C. Windows color (decimal): -9734453 or 13334123. OLE color: 13334123.
HSL color Cylindrical-coordinate representation of color #6B76CB: hue angle of 233.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 #6B76CB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 118 | 203 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.20 |
| HSL | 233.13º | 0.48% | 0.61% | - |
| HSV(B) | 233.13º | 0.47% | 0.8% | - |
| XYZ | 23.32 | 20.39 | 59.21 | - |
| YUV | 124.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 203 | 0.47 | 0.42 | 0 | 0.20 | 233.13 | 0.48 | 0.61 |
| Hex | 6B | 76 | CB | 2F | 2A | 0 | 14 | E9 | 30 | 3D |
| Octal | 153 | 166 | 313 | 57 | 52 | 0 | 24 | 351 | 60 | 75 |
| Binary | 1101011 | 1110110 | 11001011 | 101111 | 101010 | 0 | 10100 | 11101001 | 110000 | 111101 |
Color Harmonies of #6B76CB
Complementary color
Monochromatic Colors of #6B76CB
Black with #6B76CB
Text Example
Text Example
White with #6B76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76CB; }
p { color: rgb(107,118,203); }
H1.HeaderClassName
{
color: #6B76CB;
}
.AnyTagClassName
{
color: #6B76CB;
}
</style>
background-color css
<style>
a { background-color: #6B76CB; }
a { background-color: rgb(107,118,203); }
div.DivClassName
{
background-color: #6B76CB;
}
.BgClassName
{
background-color: #6B76CB;
}
</style>
border-color css
<style>
span { border-color: #6B76CB; }
span { border-color: rgb(107,118,203); }
td.TdClassName
{
border-color: #6B76CB;
}
.TagClassName
{
border-color: #6B76CB;
}
</style>