Shades of Chetwode Blue #6476DA
Tints of Chetwode Blue #6476DA
RGB
CMYK
RGB Variations
Color information
#6476DA (or 0x6476DA) is known color: Chetwode Blue. HEX triplet: 64, 76 and DA. RGB value is (100,118,218). Sum of RGB (Red+Green+Blue) = 100+118+218=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #6476DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476DA is #9B8925. Grayscale: #7B7B7B. Windows color (decimal): -10193190 or 14317156. OLE color: 14317156.
HSL color Cylindrical-coordinate representation of color #6476DA: hue angle of 230.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6476DA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 118 | 218 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.15 |
| HSL | 230.85º | 0.61% | 0.62% | - |
| HSV(B) | 230.85º | 0.54% | 0.85% | - |
| XYZ | 24.39 | 20.73 | 69.05 | - |
| YUV | 124.02 | 181.04 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 218 | 0.54 | 0.46 | 0 | 0.15 | 230.85 | 0.61 | 0.62 |
| Hex | 64 | 76 | DA | 36 | 2E | 0 | F | E7 | 3D | 3E |
| Octal | 144 | 166 | 332 | 66 | 56 | 0 | 17 | 347 | 75 | 76 |
| Binary | 1100100 | 1110110 | 11011010 | 110110 | 101110 | 0 | 1111 | 11100111 | 111101 | 111110 |
Color Harmonies of #6476DA
Complementary color
Monochromatic Colors of #6476DA
Black with #6476DA
Text Example
Text Example
White with #6476DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476DA; }
p { color: rgb(100,118,218); }
H1.HeaderClassName
{
color: #6476DA;
}
.AnyTagClassName
{
color: #6476DA;
}
</style>
background-color css
<style>
a { background-color: #6476DA; }
a { background-color: rgb(100,118,218); }
div.DivClassName
{
background-color: #6476DA;
}
.BgClassName
{
background-color: #6476DA;
}
</style>
border-color css
<style>
span { border-color: #6476DA; }
span { border-color: rgb(100,118,218); }
td.TdClassName
{
border-color: #6476DA;
}
.TagClassName
{
border-color: #6476DA;
}
</style>