Shades of Chetwode Blue #6376D3
Tints of Chetwode Blue #6376D3
RGB
CMYK
RGB Variations
Color information
#6376D3 (or 0x6376D3) is known color: Chetwode Blue. HEX triplet: 63, 76 and D3. RGB value is (99,118,211). Sum of RGB (Red+Green+Blue) = 99+118+211=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #6376D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376D3 is #9C892C. Grayscale: #7A7A7A. Windows color (decimal): -10258733 or 13858403. OLE color: 13858403.
HSL color Cylindrical-coordinate representation of color #6376D3: hue angle of 229.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6376D3 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 118 | 211 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.17 |
| HSL | 229.82º | 0.56% | 0.61% | - |
| HSV(B) | 229.82º | 0.53% | 0.83% | - |
| XYZ | 23.38 | 20.31 | 64.32 | - |
| YUV | 122.92 | 177.71 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 211 | 0.53 | 0.44 | 0 | 0.17 | 229.82 | 0.56 | 0.61 |
| Hex | 63 | 76 | D3 | 35 | 2C | 0 | 11 | E6 | 38 | 3D |
| Octal | 143 | 166 | 323 | 65 | 54 | 0 | 21 | 346 | 70 | 75 |
| Binary | 1100011 | 1110110 | 11010011 | 110101 | 101100 | 0 | 10001 | 11100110 | 111000 | 111101 |
Color Harmonies of #6376D3
Complementary color
Monochromatic Colors of #6376D3
Black with #6376D3
Text Example
Text Example
White with #6376D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376D3; }
p { color: rgb(99,118,211); }
H1.HeaderClassName
{
color: #6376D3;
}
.AnyTagClassName
{
color: #6376D3;
}
</style>
background-color css
<style>
a { background-color: #6376D3; }
a { background-color: rgb(99,118,211); }
div.DivClassName
{
background-color: #6376D3;
}
.BgClassName
{
background-color: #6376D3;
}
</style>
border-color css
<style>
span { border-color: #6376D3; }
span { border-color: rgb(99,118,211); }
td.TdClassName
{
border-color: #6376D3;
}
.TagClassName
{
border-color: #6376D3;
}
</style>