Shades of Chetwode Blue #6365B4
Tints of Chetwode Blue #6365B4
RGB
CMYK
RGB Variations
Color information
#6365B4 (or 0x6365B4) is known color: Chetwode Blue. HEX triplet: 63, 65 and B4. RGB value is (99,101,180). Sum of RGB (Red+Green+Blue) = 99+101+180=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #6365B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365B4 is #9C9A4B. Grayscale: #6D6D6D. Windows color (decimal): -10263116 or 11822435. OLE color: 11822435.
HSL color Cylindrical-coordinate representation of color #6365B4: hue angle of 238.52º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6365B4 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 101 | 180 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.29 |
| HSL | 238.52º | 0.35% | 0.55% | - |
| HSV(B) | 238.52º | 0.45% | 0.71% | - |
| XYZ | 18.04 | 15.26 | 45.17 | - |
| YUV | 109.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 180 | 0.45 | 0.44 | 0 | 0.29 | 238.52 | 0.35 | 0.55 |
| Hex | 63 | 65 | B4 | 2D | 2C | 0 | 1D | EF | 23 | 37 |
| Octal | 143 | 145 | 264 | 55 | 54 | 0 | 35 | 357 | 43 | 67 |
| Binary | 1100011 | 1100101 | 10110100 | 101101 | 101100 | 0 | 11101 | 11101111 | 100011 | 110111 |
Color Harmonies of #6365B4
Complementary color
Monochromatic Colors of #6365B4
Black with #6365B4
Text Example
Text Example
White with #6365B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6365B4; }
p { color: rgb(99,101,180); }
H1.HeaderClassName
{
color: #6365B4;
}
.AnyTagClassName
{
color: #6365B4;
}
</style>
background-color css
<style>
a { background-color: #6365B4; }
a { background-color: rgb(99,101,180); }
div.DivClassName
{
background-color: #6365B4;
}
.BgClassName
{
background-color: #6365B4;
}
</style>
border-color css
<style>
span { border-color: #6365B4; }
span { border-color: rgb(99,101,180); }
td.TdClassName
{
border-color: #6365B4;
}
.TagClassName
{
border-color: #6365B4;
}
</style>