Shades of Chetwode Blue #6265BD
Tints of Chetwode Blue #6265BD
RGB
CMYK
RGB Variations
Color information
#6265BD (or 0x6265BD) is known color: Chetwode Blue. HEX triplet: 62, 65 and BD. RGB value is (98,101,189). Sum of RGB (Red+Green+Blue) = 98+101+189=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #6265BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6265BD is #9D9A42. Grayscale: #6D6D6D. Windows color (decimal): -10328643 or 12412258. OLE color: 12412258.
HSL color Cylindrical-coordinate representation of color #6265BD: hue angle of 238.02º 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 #6265BD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 101 | 189 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.26 |
| HSL | 238.02º | 0.41% | 0.56% | - |
| HSV(B) | 238.02º | 0.48% | 0.74% | - |
| XYZ | 18.88 | 15.58 | 50.16 | - |
| YUV | 110.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 189 | 0.48 | 0.47 | 0 | 0.26 | 238.02 | 0.41 | 0.56 |
| Hex | 62 | 65 | BD | 30 | 2F | 0 | 1A | EE | 29 | 38 |
| Octal | 142 | 145 | 275 | 60 | 57 | 0 | 32 | 356 | 51 | 70 |
| Binary | 1100010 | 1100101 | 10111101 | 110000 | 101111 | 0 | 11010 | 11101110 | 101001 | 111000 |
Color Harmonies of #6265BD
Complementary color
Monochromatic Colors of #6265BD
Black with #6265BD
Text Example
Text Example
White with #6265BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6265BD; }
p { color: rgb(98,101,189); }
H1.HeaderClassName
{
color: #6265BD;
}
.AnyTagClassName
{
color: #6265BD;
}
</style>
background-color css
<style>
a { background-color: #6265BD; }
a { background-color: rgb(98,101,189); }
div.DivClassName
{
background-color: #6265BD;
}
.BgClassName
{
background-color: #6265BD;
}
</style>
border-color css
<style>
span { border-color: #6265BD; }
span { border-color: rgb(98,101,189); }
td.TdClassName
{
border-color: #6265BD;
}
.TagClassName
{
border-color: #6265BD;
}
</style>