Shades of Chetwode Blue #6376B3
Tints of Chetwode Blue #6376B3
RGB
CMYK
RGB Variations
Color information
#6376B3 (or 0x6376B3) is known color: Chetwode Blue. HEX triplet: 63, 76 and B3. RGB value is (99,118,179). Sum of RGB (Red+Green+Blue) = 99+118+179=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #6376B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376B3 is #9C894C. Grayscale: #777777. Windows color (decimal): -10258765 or 11761251. OLE color: 11761251.
HSL color Cylindrical-coordinate representation of color #6376B3: hue angle of 225.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6376B3 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 118 | 179 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.30 |
| HSL | 225.75º | 0.34% | 0.55% | - |
| HSV(B) | 225.75º | 0.45% | 0.7% | - |
| XYZ | 19.76 | 18.86 | 45.25 | - |
| YUV | 119.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 179 | 0.45 | 0.34 | 0 | 0.30 | 225.75 | 0.34 | 0.55 |
| Hex | 63 | 76 | B3 | 2D | 22 | 0 | 1E | E2 | 22 | 37 |
| Octal | 143 | 166 | 263 | 55 | 42 | 0 | 36 | 342 | 42 | 67 |
| Binary | 1100011 | 1110110 | 10110011 | 101101 | 100010 | 0 | 11110 | 11100010 | 100010 | 110111 |
Color Harmonies of #6376B3
Complementary color
Monochromatic Colors of #6376B3
Black with #6376B3
Text Example
Text Example
White with #6376B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376B3; }
p { color: rgb(99,118,179); }
H1.HeaderClassName
{
color: #6376B3;
}
.AnyTagClassName
{
color: #6376B3;
}
</style>
background-color css
<style>
a { background-color: #6376B3; }
a { background-color: rgb(99,118,179); }
div.DivClassName
{
background-color: #6376B3;
}
.BgClassName
{
background-color: #6376B3;
}
</style>
border-color css
<style>
span { border-color: #6376B3; }
span { border-color: rgb(99,118,179); }
td.TdClassName
{
border-color: #6376B3;
}
.TagClassName
{
border-color: #6376B3;
}
</style>