Shades of Chetwode Blue #6275C1
Tints of Chetwode Blue #6275C1
RGB
CMYK
RGB Variations
Color information
#6275C1 (or 0x6275C1) is known color: Chetwode Blue. HEX triplet: 62, 75 and C1. RGB value is (98,117,193). Sum of RGB (Red+Green+Blue) = 98+117+193=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #6275C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275C1 is #9D8A3E. Grayscale: #777777. Windows color (decimal): -10324543 or 12678498. OLE color: 12678498.
HSL color Cylindrical-coordinate representation of color #6275C1: hue angle of 228º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6275C1 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 117 | 193 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.24 |
| HSL | 228º | 0.43% | 0.57% | - |
| HSV(B) | 228º | 0.49% | 0.76% | - |
| XYZ | 21.02 | 19.17 | 53.04 | - |
| YUV | 119.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 193 | 0.49 | 0.39 | 0 | 0.24 | 228 | 0.43 | 0.57 |
| Hex | 62 | 75 | C1 | 31 | 27 | 0 | 18 | E4 | 2B | 39 |
| Octal | 142 | 165 | 301 | 61 | 47 | 0 | 30 | 344 | 53 | 71 |
| Binary | 1100010 | 1110101 | 11000001 | 110001 | 100111 | 0 | 11000 | 11100100 | 101011 | 111001 |
Color Harmonies of #6275C1
Complementary color
Monochromatic Colors of #6275C1
Black with #6275C1
Text Example
Text Example
White with #6275C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6275C1; }
p { color: rgb(98,117,193); }
H1.HeaderClassName
{
color: #6275C1;
}
.AnyTagClassName
{
color: #6275C1;
}
</style>
background-color css
<style>
a { background-color: #6275C1; }
a { background-color: rgb(98,117,193); }
div.DivClassName
{
background-color: #6275C1;
}
.BgClassName
{
background-color: #6275C1;
}
</style>
border-color css
<style>
span { border-color: #6275C1; }
span { border-color: rgb(98,117,193); }
td.TdClassName
{
border-color: #6275C1;
}
.TagClassName
{
border-color: #6275C1;
}
</style>