Shades of Chetwode Blue #6366BC
Tints of Chetwode Blue #6366BC
RGB
CMYK
RGB Variations
Color information
#6366BC (or 0x6366BC) is known color: Chetwode Blue. HEX triplet: 63, 66 and BC. RGB value is (99,102,188). Sum of RGB (Red+Green+Blue) = 99+102+188=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6366BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366BC is #9C9943. Grayscale: #6E6E6E. Windows color (decimal): -10262852 or 12346979. OLE color: 12346979.
HSL color Cylindrical-coordinate representation of color #6366BC: hue angle of 237.98º 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 #6366BC is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 102 | 188 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.26 |
| HSL | 237.98º | 0.4% | 0.56% | - |
| HSV(B) | 237.98º | 0.47% | 0.74% | - |
| XYZ | 18.97 | 15.79 | 49.62 | - |
| YUV | 110.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 188 | 0.47 | 0.46 | 0 | 0.26 | 237.98 | 0.4 | 0.56 |
| Hex | 63 | 66 | BC | 2F | 2E | 0 | 1A | EE | 28 | 38 |
| Octal | 143 | 146 | 274 | 57 | 56 | 0 | 32 | 356 | 50 | 70 |
| Binary | 1100011 | 1100110 | 10111100 | 101111 | 101110 | 0 | 11010 | 11101110 | 101000 | 111000 |
Color Harmonies of #6366BC
Complementary color
Monochromatic Colors of #6366BC
Black with #6366BC
Text Example
Text Example
White with #6366BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366BC; }
p { color: rgb(99,102,188); }
H1.HeaderClassName
{
color: #6366BC;
}
.AnyTagClassName
{
color: #6366BC;
}
</style>
background-color css
<style>
a { background-color: #6366BC; }
a { background-color: rgb(99,102,188); }
div.DivClassName
{
background-color: #6366BC;
}
.BgClassName
{
background-color: #6366BC;
}
</style>
border-color css
<style>
span { border-color: #6366BC; }
span { border-color: rgb(99,102,188); }
td.TdClassName
{
border-color: #6366BC;
}
.TagClassName
{
border-color: #6366BC;
}
</style>