Shades of Chetwode Blue #6377CC
Tints of Chetwode Blue #6377CC
RGB
CMYK
RGB Variations
Color information
#6377CC (or 0x6377CC) is known color: Chetwode Blue. HEX triplet: 63, 77 and CC. RGB value is (99,119,204). Sum of RGB (Red+Green+Blue) = 99+119+204=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #6377CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6377CC is #9C8833. Grayscale: #7A7A7A. Windows color (decimal): -10258484 or 13399907. OLE color: 13399907.
HSL color Cylindrical-coordinate representation of color #6377CC: hue angle of 228.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6377CC is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 119 | 204 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.2 |
| HSL | 228.57º | 0.51% | 0.59% | - |
| HSV(B) | 228.57º | 0.51% | 0.8% | - |
| XYZ | 22.64 | 20.21 | 59.83 | - |
| YUV | 122.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 119 | 204 | 0.51 | 0.42 | 0 | 0.2 | 228.57 | 0.51 | 0.59 |
| Hex | 63 | 77 | CC | 33 | 2A | 0 | 14 | E5 | 33 | 3B |
| Octal | 143 | 167 | 314 | 63 | 52 | 0 | 24 | 345 | 63 | 73 |
| Binary | 1100011 | 1110111 | 11001100 | 110011 | 101010 | 0 | 10100 | 11100101 | 110011 | 111011 |
Color Harmonies of #6377CC
Complementary color
Monochromatic Colors of #6377CC
Black with #6377CC
Text Example
Text Example
White with #6377CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6377CC; }
p { color: rgb(99,119,204); }
H1.HeaderClassName
{
color: #6377CC;
}
.AnyTagClassName
{
color: #6377CC;
}
</style>
background-color css
<style>
a { background-color: #6377CC; }
a { background-color: rgb(99,119,204); }
div.DivClassName
{
background-color: #6377CC;
}
.BgClassName
{
background-color: #6377CC;
}
</style>
border-color css
<style>
span { border-color: #6377CC; }
span { border-color: rgb(99,119,204); }
td.TdClassName
{
border-color: #6377CC;
}
.TagClassName
{
border-color: #6377CC;
}
</style>