Shades of Chetwode Blue #6062C1
Tints of Chetwode Blue #6062C1
RGB
CMYK
RGB Variations
Color information
#6062C1 (or 0x6062C1) is known color: Chetwode Blue. HEX triplet: 60, 62 and C1. RGB value is (96,98,193). Sum of RGB (Red+Green+Blue) = 96+98+193=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #6062C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062C1 is #9F9D3E. Grayscale: #6B6B6B. Windows color (decimal): -10460479 or 12673632. OLE color: 12673632.
HSL color Cylindrical-coordinate representation of color #6062C1: hue angle of 238.76º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6062C1 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 98 | 193 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.24 |
| HSL | 238.76º | 0.44% | 0.57% | - |
| HSV(B) | 238.76º | 0.5% | 0.76% | - |
| XYZ | 18.82 | 15.07 | 52.37 | - |
| YUV | 108.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 193 | 0.50 | 0.49 | 0 | 0.24 | 238.76 | 0.44 | 0.57 |
| Hex | 60 | 62 | C1 | 32 | 31 | 0 | 18 | EF | 2C | 39 |
| Octal | 140 | 142 | 301 | 62 | 61 | 0 | 30 | 357 | 54 | 71 |
| Binary | 1100000 | 1100010 | 11000001 | 110010 | 110001 | 0 | 11000 | 11101111 | 101100 | 111001 |
Color Harmonies of #6062C1
Complementary color
Monochromatic Colors of #6062C1
Black with #6062C1
Text Example
Text Example
White with #6062C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6062C1; }
p { color: rgb(96,98,193); }
H1.HeaderClassName
{
color: #6062C1;
}
.AnyTagClassName
{
color: #6062C1;
}
</style>
background-color css
<style>
a { background-color: #6062C1; }
a { background-color: rgb(96,98,193); }
div.DivClassName
{
background-color: #6062C1;
}
.BgClassName
{
background-color: #6062C1;
}
</style>
border-color css
<style>
span { border-color: #6062C1; }
span { border-color: rgb(96,98,193); }
td.TdClassName
{
border-color: #6062C1;
}
.TagClassName
{
border-color: #6062C1;
}
</style>