Shades of Chetwode Blue #6368B3
Tints of Chetwode Blue #6368B3
RGB
CMYK
RGB Variations
Color information
#6368B3 (or 0x6368B3) is known color: Chetwode Blue. HEX triplet: 63, 68 and B3. RGB value is (99,104,179). Sum of RGB (Red+Green+Blue) = 99+104+179=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #6368B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368B3 is #9C974C. Grayscale: #6E6E6E. Windows color (decimal): -10262349 or 11757667. OLE color: 11757667.
HSL color Cylindrical-coordinate representation of color #6368B3: hue angle of 236.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6368B3 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 104 | 179 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.30 |
| HSL | 236.25º | 0.34% | 0.55% | - |
| HSV(B) | 236.25º | 0.45% | 0.7% | - |
| XYZ | 18.23 | 15.81 | 44.74 | - |
| YUV | 111.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 179 | 0.45 | 0.42 | 0 | 0.30 | 236.25 | 0.34 | 0.55 |
| Hex | 63 | 68 | B3 | 2D | 2A | 0 | 1E | EC | 22 | 37 |
| Octal | 143 | 150 | 263 | 55 | 52 | 0 | 36 | 354 | 42 | 67 |
| Binary | 1100011 | 1101000 | 10110011 | 101101 | 101010 | 0 | 11110 | 11101100 | 100010 | 110111 |
Color Harmonies of #6368B3
Complementary color
Monochromatic Colors of #6368B3
Black with #6368B3
Text Example
Text Example
White with #6368B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6368B3; }
p { color: rgb(99,104,179); }
H1.HeaderClassName
{
color: #6368B3;
}
.AnyTagClassName
{
color: #6368B3;
}
</style>
background-color css
<style>
a { background-color: #6368B3; }
a { background-color: rgb(99,104,179); }
div.DivClassName
{
background-color: #6368B3;
}
.BgClassName
{
background-color: #6368B3;
}
</style>
border-color css
<style>
span { border-color: #6368B3; }
span { border-color: rgb(99,104,179); }
td.TdClassName
{
border-color: #6368B3;
}
.TagClassName
{
border-color: #6368B3;
}
</style>