Shades of Chetwode Blue #6275D1
Tints of Chetwode Blue #6275D1
RGB
CMYK
RGB Variations
Color information
#6275D1 (or 0x6275D1) is known color: Chetwode Blue. HEX triplet: 62, 75 and D1. RGB value is (98,117,209). Sum of RGB (Red+Green+Blue) = 98+117+209=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #6275D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275D1 is #9D8A2E. Grayscale: #797979. Windows color (decimal): -10324527 or 13727074. OLE color: 13727074.
HSL color Cylindrical-coordinate representation of color #6275D1: hue angle of 229.73º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6275D1 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 117 | 209 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.18 |
| HSL | 229.73º | 0.55% | 0.6% | - |
| HSV(B) | 229.73º | 0.53% | 0.82% | - |
| XYZ | 22.91 | 19.92 | 62.96 | - |
| YUV | 121.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 209 | 0.53 | 0.44 | 0 | 0.18 | 229.73 | 0.55 | 0.6 |
| Hex | 62 | 75 | D1 | 35 | 2C | 0 | 12 | E6 | 37 | 3C |
| Octal | 142 | 165 | 321 | 65 | 54 | 0 | 22 | 346 | 67 | 74 |
| Binary | 1100010 | 1110101 | 11010001 | 110101 | 101100 | 0 | 10010 | 11100110 | 110111 | 111100 |
Color Harmonies of #6275D1
Complementary color
Monochromatic Colors of #6275D1
Black with #6275D1
Text Example
Text Example
White with #6275D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6275D1; }
p { color: rgb(98,117,209); }
H1.HeaderClassName
{
color: #6275D1;
}
.AnyTagClassName
{
color: #6275D1;
}
</style>
background-color css
<style>
a { background-color: #6275D1; }
a { background-color: rgb(98,117,209); }
div.DivClassName
{
background-color: #6275D1;
}
.BgClassName
{
background-color: #6275D1;
}
</style>
border-color css
<style>
span { border-color: #6275D1; }
span { border-color: rgb(98,117,209); }
td.TdClassName
{
border-color: #6275D1;
}
.TagClassName
{
border-color: #6275D1;
}
</style>