Shades of Chetwode Blue #6B72B4
Tints of Chetwode Blue #6B72B4
RGB
CMYK
RGB Variations
Color information
#6B72B4 (or 0x6B72B4) is known color: Chetwode Blue. HEX triplet: 6B, 72 and B4. RGB value is (107,114,180). Sum of RGB (Red+Green+Blue) = 107+114+180=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B72B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B72B4 is #948D4B. Grayscale: #777777. Windows color (decimal): -9735500 or 11825771. OLE color: 11825771.
HSL color Cylindrical-coordinate representation of color #6B72B4: hue angle of 234.25º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B72B4 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 114 | 180 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.29 |
| HSL | 234.25º | 0.33% | 0.56% | - |
| HSV(B) | 234.25º | 0.41% | 0.71% | - |
| XYZ | 20.32 | 18.46 | 45.67 | - |
| YUV | 119.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 180 | 0.41 | 0.37 | 0 | 0.29 | 234.25 | 0.33 | 0.56 |
| Hex | 6B | 72 | B4 | 29 | 25 | 0 | 1D | EA | 21 | 38 |
| Octal | 153 | 162 | 264 | 51 | 45 | 0 | 35 | 352 | 41 | 70 |
| Binary | 1101011 | 1110010 | 10110100 | 101001 | 100101 | 0 | 11101 | 11101010 | 100001 | 111000 |
Color Harmonies of #6B72B4
Complementary color
Monochromatic Colors of #6B72B4
Black with #6B72B4
Text Example
Text Example
White with #6B72B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B72B4; }
p { color: rgb(107,114,180); }
H1.HeaderClassName
{
color: #6B72B4;
}
.AnyTagClassName
{
color: #6B72B4;
}
</style>
background-color css
<style>
a { background-color: #6B72B4; }
a { background-color: rgb(107,114,180); }
div.DivClassName
{
background-color: #6B72B4;
}
.BgClassName
{
background-color: #6B72B4;
}
</style>
border-color css
<style>
span { border-color: #6B72B4; }
span { border-color: rgb(107,114,180); }
td.TdClassName
{
border-color: #6B72B4;
}
.TagClassName
{
border-color: #6B72B4;
}
</style>