Shades of Chetwode Blue #6467BA
Tints of Chetwode Blue #6467BA
RGB
CMYK
RGB Variations
Color information
#6467BA (or 0x6467BA) is known color: Chetwode Blue. HEX triplet: 64, 67 and BA. RGB value is (100,103,186). Sum of RGB (Red+Green+Blue) = 100+103+186=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #6467BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6467BA is #9B9845. Grayscale: #6F6F6F. Windows color (decimal): -10197062 or 12216164. OLE color: 12216164.
HSL color Cylindrical-coordinate representation of color #6467BA: hue angle of 237.91º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6467BA is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 103 | 186 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.27 |
| HSL | 237.91º | 0.38% | 0.56% | - |
| HSV(B) | 237.91º | 0.46% | 0.73% | - |
| XYZ | 18.97 | 15.95 | 48.53 | - |
| YUV | 111.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 186 | 0.46 | 0.45 | 0 | 0.27 | 237.91 | 0.38 | 0.56 |
| Hex | 64 | 67 | BA | 2E | 2D | 0 | 1B | EE | 26 | 38 |
| Octal | 144 | 147 | 272 | 56 | 55 | 0 | 33 | 356 | 46 | 70 |
| Binary | 1100100 | 1100111 | 10111010 | 101110 | 101101 | 0 | 11011 | 11101110 | 100110 | 111000 |
Color Harmonies of #6467BA
Complementary color
Monochromatic Colors of #6467BA
Black with #6467BA
Text Example
Text Example
White with #6467BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6467BA; }
p { color: rgb(100,103,186); }
H1.HeaderClassName
{
color: #6467BA;
}
.AnyTagClassName
{
color: #6467BA;
}
</style>
background-color css
<style>
a { background-color: #6467BA; }
a { background-color: rgb(100,103,186); }
div.DivClassName
{
background-color: #6467BA;
}
.BgClassName
{
background-color: #6467BA;
}
</style>
border-color css
<style>
span { border-color: #6467BA; }
span { border-color: rgb(100,103,186); }
td.TdClassName
{
border-color: #6467BA;
}
.TagClassName
{
border-color: #6467BA;
}
</style>