Shades of Chetwode Blue #6268BC
Tints of Chetwode Blue #6268BC
RGB
CMYK
RGB Variations
Color information
#6268BC (or 0x6268BC) is known color: Chetwode Blue. HEX triplet: 62, 68 and BC. RGB value is (98,104,188). Sum of RGB (Red+Green+Blue) = 98+104+188=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6268BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6268BC is #9D9743. Grayscale: #6F6F6F. Windows color (decimal): -10327876 or 12347490. OLE color: 12347490.
HSL color Cylindrical-coordinate representation of color #6268BC: hue angle of 236º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6268BC is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 104 | 188 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.26 |
| HSL | 236º | 0.4% | 0.56% | - |
| HSV(B) | 236º | 0.48% | 0.74% | - |
| XYZ | 19.06 | 16.13 | 49.69 | - |
| YUV | 111.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 188 | 0.48 | 0.45 | 0 | 0.26 | 236 | 0.4 | 0.56 |
| Hex | 62 | 68 | BC | 30 | 2D | 0 | 1A | EC | 28 | 38 |
| Octal | 142 | 150 | 274 | 60 | 55 | 0 | 32 | 354 | 50 | 70 |
| Binary | 1100010 | 1101000 | 10111100 | 110000 | 101101 | 0 | 11010 | 11101100 | 101000 | 111000 |
Color Harmonies of #6268BC
Complementary color
Monochromatic Colors of #6268BC
Black with #6268BC
Text Example
Text Example
White with #6268BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6268BC; }
p { color: rgb(98,104,188); }
H1.HeaderClassName
{
color: #6268BC;
}
.AnyTagClassName
{
color: #6268BC;
}
</style>
background-color css
<style>
a { background-color: #6268BC; }
a { background-color: rgb(98,104,188); }
div.DivClassName
{
background-color: #6268BC;
}
.BgClassName
{
background-color: #6268BC;
}
</style>
border-color css
<style>
span { border-color: #6268BC; }
span { border-color: rgb(98,104,188); }
td.TdClassName
{
border-color: #6268BC;
}
.TagClassName
{
border-color: #6268BC;
}
</style>