Shades of Chetwode Blue #6366BD
Tints of Chetwode Blue #6366BD
RGB
CMYK
RGB Variations
Color information
#6366BD (or 0x6366BD) is known color: Chetwode Blue. HEX triplet: 63, 66 and BD. RGB value is (99,102,189). Sum of RGB (Red+Green+Blue) = 99+102+189=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #6366BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366BD is #9C9942. Grayscale: #6E6E6E. Windows color (decimal): -10262851 or 12412515. OLE color: 12412515.
HSL color Cylindrical-coordinate representation of color #6366BD: hue angle of 238º degrees, saturation: 0.41, 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 #6366BD is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 102 | 189 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.26 |
| HSL | 238º | 0.41% | 0.56% | - |
| HSV(B) | 238º | 0.48% | 0.74% | - |
| XYZ | 19.08 | 15.83 | 50.19 | - |
| YUV | 111.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 189 | 0.48 | 0.46 | 0 | 0.26 | 238 | 0.41 | 0.56 |
| Hex | 63 | 66 | BD | 30 | 2E | 0 | 1A | EE | 29 | 38 |
| Octal | 143 | 146 | 275 | 60 | 56 | 0 | 32 | 356 | 51 | 70 |
| Binary | 1100011 | 1100110 | 10111101 | 110000 | 101110 | 0 | 11010 | 11101110 | 101001 | 111000 |
Color Harmonies of #6366BD
Complementary color
Monochromatic Colors of #6366BD
Black with #6366BD
Text Example
Text Example
White with #6366BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366BD; }
p { color: rgb(99,102,189); }
H1.HeaderClassName
{
color: #6366BD;
}
.AnyTagClassName
{
color: #6366BD;
}
</style>
background-color css
<style>
a { background-color: #6366BD; }
a { background-color: rgb(99,102,189); }
div.DivClassName
{
background-color: #6366BD;
}
.BgClassName
{
background-color: #6366BD;
}
</style>
border-color css
<style>
span { border-color: #6366BD; }
span { border-color: rgb(99,102,189); }
td.TdClassName
{
border-color: #6366BD;
}
.TagClassName
{
border-color: #6366BD;
}
</style>