Shades of Chetwode Blue #6B7BBE
Tints of Chetwode Blue #6B7BBE
RGB
CMYK
RGB Variations
Color information
#6B7BBE (or 0x6B7BBE) is known color: Chetwode Blue. HEX triplet: 6B, 7B and BE. RGB value is (107,123,190). Sum of RGB (Red+Green+Blue) = 107+123+190=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7BBE is #948441. Grayscale: #7D7D7D. Windows color (decimal): -9733186 or 12483435. OLE color: 12483435.
HSL color Cylindrical-coordinate representation of color #6B7BBE: hue angle of 228.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B7BBE is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 123 | 190 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.25 |
| HSL | 228.43º | 0.39% | 0.58% | - |
| HSV(B) | 228.43º | 0.44% | 0.75% | - |
| XYZ | 22.44 | 21.01 | 51.59 | - |
| YUV | 125.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 190 | 0.44 | 0.35 | 0 | 0.25 | 228.43 | 0.39 | 0.58 |
| Hex | 6B | 7B | BE | 2C | 23 | 0 | 19 | E4 | 27 | 3A |
| Octal | 153 | 173 | 276 | 54 | 43 | 0 | 31 | 344 | 47 | 72 |
| Binary | 1101011 | 1111011 | 10111110 | 101100 | 100011 | 0 | 11001 | 11100100 | 100111 | 111010 |
Color Harmonies of #6B7BBE
Complementary color
Monochromatic Colors of #6B7BBE
Black with #6B7BBE
Text Example
Text Example
White with #6B7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BBE; }
p { color: rgb(107,123,190); }
H1.HeaderClassName
{
color: #6B7BBE;
}
.AnyTagClassName
{
color: #6B7BBE;
}
</style>
background-color css
<style>
a { background-color: #6B7BBE; }
a { background-color: rgb(107,123,190); }
div.DivClassName
{
background-color: #6B7BBE;
}
.BgClassName
{
background-color: #6B7BBE;
}
</style>
border-color css
<style>
span { border-color: #6B7BBE; }
span { border-color: rgb(107,123,190); }
td.TdClassName
{
border-color: #6B7BBE;
}
.TagClassName
{
border-color: #6B7BBE;
}
</style>