Shades of Chetwode Blue #6264BC
Tints of Chetwode Blue #6264BC
RGB
CMYK
RGB Variations
Color information
#6264BC (or 0x6264BC) is known color: Chetwode Blue. HEX triplet: 62, 64 and BC. RGB value is (98,100,188). Sum of RGB (Red+Green+Blue) = 98+100+188=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #6264BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6264BC is #9D9B43. Grayscale: #6D6D6D. Windows color (decimal): -10328900 or 12346466. OLE color: 12346466.
HSL color Cylindrical-coordinate representation of color #6264BC: hue angle of 238.67º 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 #6264BC is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 100 | 188 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.26 |
| HSL | 238.67º | 0.4% | 0.56% | - |
| HSV(B) | 238.67º | 0.48% | 0.74% | - |
| XYZ | 18.67 | 15.34 | 49.55 | - |
| YUV | 109.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 188 | 0.48 | 0.47 | 0 | 0.26 | 238.67 | 0.4 | 0.56 |
| Hex | 62 | 64 | BC | 30 | 2F | 0 | 1A | EF | 28 | 38 |
| Octal | 142 | 144 | 274 | 60 | 57 | 0 | 32 | 357 | 50 | 70 |
| Binary | 1100010 | 1100100 | 10111100 | 110000 | 101111 | 0 | 11010 | 11101111 | 101000 | 111000 |
Color Harmonies of #6264BC
Complementary color
Monochromatic Colors of #6264BC
Black with #6264BC
Text Example
Text Example
White with #6264BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6264BC; }
p { color: rgb(98,100,188); }
H1.HeaderClassName
{
color: #6264BC;
}
.AnyTagClassName
{
color: #6264BC;
}
</style>
background-color css
<style>
a { background-color: #6264BC; }
a { background-color: rgb(98,100,188); }
div.DivClassName
{
background-color: #6264BC;
}
.BgClassName
{
background-color: #6264BC;
}
</style>
border-color css
<style>
span { border-color: #6264BC; }
span { border-color: rgb(98,100,188); }
td.TdClassName
{
border-color: #6264BC;
}
.TagClassName
{
border-color: #6264BC;
}
</style>