Shades of Chetwode Blue #6366BF
Tints of Chetwode Blue #6366BF
RGB
CMYK
RGB Variations
Color information
#6366BF (or 0x6366BF) is known color: Chetwode Blue. HEX triplet: 63, 66 and BF. RGB value is (99,102,191). Sum of RGB (Red+Green+Blue) = 99+102+191=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #6366BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366BF is #9C9940. Grayscale: #6E6E6E. Windows color (decimal): -10262849 or 12543587. OLE color: 12543587.
HSL color Cylindrical-coordinate representation of color #6366BF: hue angle of 238.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6366BF is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 102 | 191 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.25 |
| HSL | 238.04º | 0.42% | 0.57% | - |
| HSV(B) | 238.04º | 0.48% | 0.75% | - |
| XYZ | 19.3 | 15.92 | 51.35 | - |
| YUV | 111.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 191 | 0.48 | 0.47 | 0 | 0.25 | 238.04 | 0.42 | 0.57 |
| Hex | 63 | 66 | BF | 30 | 2F | 0 | 19 | EE | 2A | 39 |
| Octal | 143 | 146 | 277 | 60 | 57 | 0 | 31 | 356 | 52 | 71 |
| Binary | 1100011 | 1100110 | 10111111 | 110000 | 101111 | 0 | 11001 | 11101110 | 101010 | 111001 |
Color Harmonies of #6366BF
Complementary color
Monochromatic Colors of #6366BF
Black with #6366BF
Text Example
Text Example
White with #6366BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366BF; }
p { color: rgb(99,102,191); }
H1.HeaderClassName
{
color: #6366BF;
}
.AnyTagClassName
{
color: #6366BF;
}
</style>
background-color css
<style>
a { background-color: #6366BF; }
a { background-color: rgb(99,102,191); }
div.DivClassName
{
background-color: #6366BF;
}
.BgClassName
{
background-color: #6366BF;
}
</style>
border-color css
<style>
span { border-color: #6366BF; }
span { border-color: rgb(99,102,191); }
td.TdClassName
{
border-color: #6366BF;
}
.TagClassName
{
border-color: #6366BF;
}
</style>