Shades of Chetwode Blue #6375BF
Tints of Chetwode Blue #6375BF
RGB
CMYK
RGB Variations
Color information
#6375BF (or 0x6375BF) is known color: Chetwode Blue. HEX triplet: 63, 75 and BF. RGB value is (99,117,191). Sum of RGB (Red+Green+Blue) = 99+117+191=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #6375BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375BF is #9C8A40. Grayscale: #777777. Windows color (decimal): -10259009 or 12547427. OLE color: 12547427.
HSL color Cylindrical-coordinate representation of color #6375BF: hue angle of 228.26º 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 #6375BF is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 117 | 191 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.25 |
| HSL | 228.26º | 0.42% | 0.57% | - |
| HSV(B) | 228.26º | 0.48% | 0.75% | - |
| XYZ | 20.91 | 19.14 | 51.88 | - |
| YUV | 120.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 191 | 0.48 | 0.39 | 0 | 0.25 | 228.26 | 0.42 | 0.57 |
| Hex | 63 | 75 | BF | 30 | 27 | 0 | 19 | E4 | 2A | 39 |
| Octal | 143 | 165 | 277 | 60 | 47 | 0 | 31 | 344 | 52 | 71 |
| Binary | 1100011 | 1110101 | 10111111 | 110000 | 100111 | 0 | 11001 | 11100100 | 101010 | 111001 |
Color Harmonies of #6375BF
Complementary color
Monochromatic Colors of #6375BF
Black with #6375BF
Text Example
Text Example
White with #6375BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375BF; }
p { color: rgb(99,117,191); }
H1.HeaderClassName
{
color: #6375BF;
}
.AnyTagClassName
{
color: #6375BF;
}
</style>
background-color css
<style>
a { background-color: #6375BF; }
a { background-color: rgb(99,117,191); }
div.DivClassName
{
background-color: #6375BF;
}
.BgClassName
{
background-color: #6375BF;
}
</style>
border-color css
<style>
span { border-color: #6375BF; }
span { border-color: rgb(99,117,191); }
td.TdClassName
{
border-color: #6375BF;
}
.TagClassName
{
border-color: #6375BF;
}
</style>