Shades of Chetwode Blue #6363BC
Tints of Chetwode Blue #6363BC
RGB
CMYK
RGB Variations
Color information
#6363BC (or 0x6363BC) is known color: Chetwode Blue. HEX triplet: 63, 63 and BC. RGB value is (99,99,188). Sum of RGB (Red+Green+Blue) = 99+99+188=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 99 (39.06% from 255 or 25.65% 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 #6363BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6363BC is #9C9C43. Grayscale: #6C6C6C. Windows color (decimal): -10263620 or 12346211. OLE color: 12346211.
HSL color Cylindrical-coordinate representation of color #6363BC: hue angle of 240º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6363BC is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 99 | 188 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.26 |
| HSL | 240º | 0.4% | 0.56% | - |
| HSV(B) | 240º | 0.47% | 0.74% | - |
| XYZ | 18.68 | 15.21 | 49.53 | - |
| YUV | 109.15 | 172.5 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 188 | 0.47 | 0.47 | 0 | 0.26 | 240 | 0.4 | 0.56 |
| Hex | 63 | 63 | BC | 2F | 2F | 0 | 1A | F0 | 28 | 38 |
| Octal | 143 | 143 | 274 | 57 | 57 | 0 | 32 | 360 | 50 | 70 |
| Binary | 1100011 | 1100011 | 10111100 | 101111 | 101111 | 0 | 11010 | 11110000 | 101000 | 111000 |
Color Harmonies of #6363BC
Complementary color
Monochromatic Colors of #6363BC
Black with #6363BC
Text Example
Text Example
White with #6363BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6363BC; }
p { color: rgb(99,99,188); }
H1.HeaderClassName
{
color: #6363BC;
}
.AnyTagClassName
{
color: #6363BC;
}
</style>
background-color css
<style>
a { background-color: #6363BC; }
a { background-color: rgb(99,99,188); }
div.DivClassName
{
background-color: #6363BC;
}
.BgClassName
{
background-color: #6363BC;
}
</style>
border-color css
<style>
span { border-color: #6363BC; }
span { border-color: rgb(99,99,188); }
td.TdClassName
{
border-color: #6363BC;
}
.TagClassName
{
border-color: #6363BC;
}
</style>