Shades of Chetwode Blue #6B78BD
Tints of Chetwode Blue #6B78BD
RGB
CMYK
RGB Variations
Color information
#6B78BD (or 0x6B78BD) is known color: Chetwode Blue. HEX triplet: 6B, 78 and BD. RGB value is (107,120,189). Sum of RGB (Red+Green+Blue) = 107+120+189=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B78BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B78BD is #948742. Grayscale: #7B7B7B. Windows color (decimal): -9733955 or 12417131. OLE color: 12417131.
HSL color Cylindrical-coordinate representation of color #6B78BD: hue angle of 230.49º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B78BD is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 120 | 189 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.26 |
| HSL | 230.49º | 0.38% | 0.58% | - |
| HSV(B) | 230.49º | 0.43% | 0.74% | - |
| XYZ | 21.97 | 20.23 | 50.89 | - |
| YUV | 123.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 189 | 0.43 | 0.37 | 0 | 0.26 | 230.49 | 0.38 | 0.58 |
| Hex | 6B | 78 | BD | 2B | 25 | 0 | 1A | E6 | 26 | 3A |
| Octal | 153 | 170 | 275 | 53 | 45 | 0 | 32 | 346 | 46 | 72 |
| Binary | 1101011 | 1111000 | 10111101 | 101011 | 100101 | 0 | 11010 | 11100110 | 100110 | 111010 |
Color Harmonies of #6B78BD
Complementary color
Monochromatic Colors of #6B78BD
Black with #6B78BD
Text Example
Text Example
White with #6B78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B78BD; }
p { color: rgb(107,120,189); }
H1.HeaderClassName
{
color: #6B78BD;
}
.AnyTagClassName
{
color: #6B78BD;
}
</style>
background-color css
<style>
a { background-color: #6B78BD; }
a { background-color: rgb(107,120,189); }
div.DivClassName
{
background-color: #6B78BD;
}
.BgClassName
{
background-color: #6B78BD;
}
</style>
border-color css
<style>
span { border-color: #6B78BD; }
span { border-color: rgb(107,120,189); }
td.TdClassName
{
border-color: #6B78BD;
}
.TagClassName
{
border-color: #6B78BD;
}
</style>