Shades of Chetwode Blue #6274CC
Tints of Chetwode Blue #6274CC
RGB
CMYK
RGB Variations
Color information
#6274CC (or 0x6274CC) is known color: Chetwode Blue. HEX triplet: 62, 74 and CC. RGB value is (98,116,204). Sum of RGB (Red+Green+Blue) = 98+116+204=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #6274CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274CC is #9D8B33. Grayscale: #787878. Windows color (decimal): -10324788 or 13399138. OLE color: 13399138.
HSL color Cylindrical-coordinate representation of color #6274CC: hue angle of 229.81º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6274CC is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 116 | 204 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.2 |
| HSL | 229.81º | 0.51% | 0.59% | - |
| HSV(B) | 229.81º | 0.52% | 0.8% | - |
| XYZ | 22.18 | 19.45 | 59.71 | - |
| YUV | 120.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 204 | 0.52 | 0.43 | 0 | 0.2 | 229.81 | 0.51 | 0.59 |
| Hex | 62 | 74 | CC | 34 | 2B | 0 | 14 | E6 | 33 | 3B |
| Octal | 142 | 164 | 314 | 64 | 53 | 0 | 24 | 346 | 63 | 73 |
| Binary | 1100010 | 1110100 | 11001100 | 110100 | 101011 | 0 | 10100 | 11100110 | 110011 | 111011 |
Color Harmonies of #6274CC
Complementary color
Monochromatic Colors of #6274CC
Black with #6274CC
Text Example
Text Example
White with #6274CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6274CC; }
p { color: rgb(98,116,204); }
H1.HeaderClassName
{
color: #6274CC;
}
.AnyTagClassName
{
color: #6274CC;
}
</style>
background-color css
<style>
a { background-color: #6274CC; }
a { background-color: rgb(98,116,204); }
div.DivClassName
{
background-color: #6274CC;
}
.BgClassName
{
background-color: #6274CC;
}
</style>
border-color css
<style>
span { border-color: #6274CC; }
span { border-color: rgb(98,116,204); }
td.TdClassName
{
border-color: #6274CC;
}
.TagClassName
{
border-color: #6274CC;
}
</style>