Shades of Chetwode Blue #6272BE
Tints of Chetwode Blue #6272BE
RGB
CMYK
RGB Variations
Color information
#6272BE (or 0x6272BE) is known color: Chetwode Blue. HEX triplet: 62, 72 and BE. RGB value is (98,114,190). Sum of RGB (Red+Green+Blue) = 98+114+190=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #6272BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272BE is #9D8D41. Grayscale: #757575. Windows color (decimal): -10325314 or 12481122. OLE color: 12481122.
HSL color Cylindrical-coordinate representation of color #6272BE: hue angle of 229.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6272BE is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 114 | 190 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.25 |
| HSL | 229.57º | 0.41% | 0.56% | - |
| HSV(B) | 229.57º | 0.48% | 0.75% | - |
| XYZ | 20.35 | 18.35 | 51.18 | - |
| YUV | 117.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 190 | 0.48 | 0.40 | 0 | 0.25 | 229.57 | 0.41 | 0.56 |
| Hex | 62 | 72 | BE | 30 | 28 | 0 | 19 | E6 | 29 | 38 |
| Octal | 142 | 162 | 276 | 60 | 50 | 0 | 31 | 346 | 51 | 70 |
| Binary | 1100010 | 1110010 | 10111110 | 110000 | 101000 | 0 | 11001 | 11100110 | 101001 | 111000 |
Color Harmonies of #6272BE
Complementary color
Monochromatic Colors of #6272BE
Black with #6272BE
Text Example
Text Example
White with #6272BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6272BE; }
p { color: rgb(98,114,190); }
H1.HeaderClassName
{
color: #6272BE;
}
.AnyTagClassName
{
color: #6272BE;
}
</style>
background-color css
<style>
a { background-color: #6272BE; }
a { background-color: rgb(98,114,190); }
div.DivClassName
{
background-color: #6272BE;
}
.BgClassName
{
background-color: #6272BE;
}
</style>
border-color css
<style>
span { border-color: #6272BE; }
span { border-color: rgb(98,114,190); }
td.TdClassName
{
border-color: #6272BE;
}
.TagClassName
{
border-color: #6272BE;
}
</style>