Shades of Chetwode Blue #6467BF
Tints of Chetwode Blue #6467BF
RGB
CMYK
RGB Variations
Color information
#6467BF (or 0x6467BF) is known color: Chetwode Blue. HEX triplet: 64, 67 and BF. RGB value is (100,103,191). Sum of RGB (Red+Green+Blue) = 100+103+191=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6467BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6467BF is #9B9840. Grayscale: #6F6F6F. Windows color (decimal): -10197057 or 12543844. OLE color: 12543844.
HSL color Cylindrical-coordinate representation of color #6467BF: hue angle of 238.02º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6467BF is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 103 | 191 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.25 |
| HSL | 238.02º | 0.42% | 0.57% | - |
| HSV(B) | 238.02º | 0.48% | 0.75% | - |
| XYZ | 19.51 | 16.17 | 51.38 | - |
| YUV | 112.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 191 | 0.48 | 0.46 | 0 | 0.25 | 238.02 | 0.42 | 0.57 |
| Hex | 64 | 67 | BF | 30 | 2E | 0 | 19 | EE | 2A | 39 |
| Octal | 144 | 147 | 277 | 60 | 56 | 0 | 31 | 356 | 52 | 71 |
| Binary | 1100100 | 1100111 | 10111111 | 110000 | 101110 | 0 | 11001 | 11101110 | 101010 | 111001 |
Color Harmonies of #6467BF
Complementary color
Monochromatic Colors of #6467BF
Black with #6467BF
Text Example
Text Example
White with #6467BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6467BF; }
p { color: rgb(100,103,191); }
H1.HeaderClassName
{
color: #6467BF;
}
.AnyTagClassName
{
color: #6467BF;
}
</style>
background-color css
<style>
a { background-color: #6467BF; }
a { background-color: rgb(100,103,191); }
div.DivClassName
{
background-color: #6467BF;
}
.BgClassName
{
background-color: #6467BF;
}
</style>
border-color css
<style>
span { border-color: #6467BF; }
span { border-color: rgb(100,103,191); }
td.TdClassName
{
border-color: #6467BF;
}
.TagClassName
{
border-color: #6467BF;
}
</style>