Shades of Chetwode Blue #6374BC
Tints of Chetwode Blue #6374BC
RGB
CMYK
RGB Variations
Color information
#6374BC (or 0x6374BC) is known color: Chetwode Blue. HEX triplet: 63, 74 and BC. RGB value is (99,116,188). Sum of RGB (Red+Green+Blue) = 99+116+188=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #6374BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6374BC is #9C8B43. Grayscale: #767676. Windows color (decimal): -10259268 or 12350563. OLE color: 12350563.
HSL color Cylindrical-coordinate representation of color #6374BC: hue angle of 228.54º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6374BC is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 116 | 188 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.26 |
| HSL | 228.54º | 0.4% | 0.56% | - |
| HSV(B) | 228.54º | 0.47% | 0.74% | - |
| XYZ | 20.47 | 18.77 | 50.12 | - |
| YUV | 119.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 116 | 188 | 0.47 | 0.38 | 0 | 0.26 | 228.54 | 0.4 | 0.56 |
| Hex | 63 | 74 | BC | 2F | 26 | 0 | 1A | E5 | 28 | 38 |
| Octal | 143 | 164 | 274 | 57 | 46 | 0 | 32 | 345 | 50 | 70 |
| Binary | 1100011 | 1110100 | 10111100 | 101111 | 100110 | 0 | 11010 | 11100101 | 101000 | 111000 |
Color Harmonies of #6374BC
Complementary color
Monochromatic Colors of #6374BC
Black with #6374BC
Text Example
Text Example
White with #6374BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6374BC; }
p { color: rgb(99,116,188); }
H1.HeaderClassName
{
color: #6374BC;
}
.AnyTagClassName
{
color: #6374BC;
}
</style>
background-color css
<style>
a { background-color: #6374BC; }
a { background-color: rgb(99,116,188); }
div.DivClassName
{
background-color: #6374BC;
}
.BgClassName
{
background-color: #6374BC;
}
</style>
border-color css
<style>
span { border-color: #6374BC; }
span { border-color: rgb(99,116,188); }
td.TdClassName
{
border-color: #6374BC;
}
.TagClassName
{
border-color: #6374BC;
}
</style>