Shades of Chetwode Blue #6265B6
Tints of Chetwode Blue #6265B6
RGB
CMYK
RGB Variations
Color information
#6265B6 (or 0x6265B6) is known color: Chetwode Blue. HEX triplet: 62, 65 and B6. RGB value is (98,101,182). Sum of RGB (Red+Green+Blue) = 98+101+182=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #6265B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6265B6 is #9D9A49. Grayscale: #6D6D6D. Windows color (decimal): -10328650 or 11953506. OLE color: 11953506.
HSL color Cylindrical-coordinate representation of color #6265B6: hue angle of 237.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6265B6 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 101 | 182 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.29 |
| HSL | 237.86º | 0.37% | 0.55% | - |
| HSV(B) | 237.86º | 0.46% | 0.71% | - |
| XYZ | 18.13 | 15.28 | 46.25 | - |
| YUV | 109.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 182 | 0.46 | 0.45 | 0 | 0.29 | 237.86 | 0.37 | 0.55 |
| Hex | 62 | 65 | B6 | 2E | 2D | 0 | 1D | EE | 25 | 37 |
| Octal | 142 | 145 | 266 | 56 | 55 | 0 | 35 | 356 | 45 | 67 |
| Binary | 1100010 | 1100101 | 10110110 | 101110 | 101101 | 0 | 11101 | 11101110 | 100101 | 110111 |
Color Harmonies of #6265B6
Complementary color
Monochromatic Colors of #6265B6
Black with #6265B6
Text Example
Text Example
White with #6265B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6265B6; }
p { color: rgb(98,101,182); }
H1.HeaderClassName
{
color: #6265B6;
}
.AnyTagClassName
{
color: #6265B6;
}
</style>
background-color css
<style>
a { background-color: #6265B6; }
a { background-color: rgb(98,101,182); }
div.DivClassName
{
background-color: #6265B6;
}
.BgClassName
{
background-color: #6265B6;
}
</style>
border-color css
<style>
span { border-color: #6265B6; }
span { border-color: rgb(98,101,182); }
td.TdClassName
{
border-color: #6265B6;
}
.TagClassName
{
border-color: #6265B6;
}
</style>