Shades of Chetwode Blue #6865BE
Tints of Chetwode Blue #6865BE
RGB
CMYK
RGB Variations
Color information
#6865BE (or 0x6865BE) is known color: Chetwode Blue. HEX triplet: 68, 65 and BE. RGB value is (104,101,190). Sum of RGB (Red+Green+Blue) = 104+101+190=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #6865BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865BE is #979A41. Grayscale: #6F6F6F. Windows color (decimal): -9935426 or 12477800. OLE color: 12477800.
HSL color Cylindrical-coordinate representation of color #6865BE: hue angle of 242.02º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6865BE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 101 | 190 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.25 |
| HSL | 242.02º | 0.41% | 0.57% | - |
| HSV(B) | 242.02º | 0.47% | 0.75% | - |
| XYZ | 19.66 | 15.97 | 50.76 | - |
| YUV | 112.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 190 | 0.45 | 0.47 | 0 | 0.25 | 242.02 | 0.41 | 0.57 |
| Hex | 68 | 65 | BE | 2D | 2F | 0 | 19 | F2 | 29 | 39 |
| Octal | 150 | 145 | 276 | 55 | 57 | 0 | 31 | 362 | 51 | 71 |
| Binary | 1101000 | 1100101 | 10111110 | 101101 | 101111 | 0 | 11001 | 11110010 | 101001 | 111001 |
Color Harmonies of #6865BE
Complementary color
Monochromatic Colors of #6865BE
Black with #6865BE
Text Example
Text Example
White with #6865BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865BE; }
p { color: rgb(104,101,190); }
H1.HeaderClassName
{
color: #6865BE;
}
.AnyTagClassName
{
color: #6865BE;
}
</style>
background-color css
<style>
a { background-color: #6865BE; }
a { background-color: rgb(104,101,190); }
div.DivClassName
{
background-color: #6865BE;
}
.BgClassName
{
background-color: #6865BE;
}
</style>
border-color css
<style>
span { border-color: #6865BE; }
span { border-color: rgb(104,101,190); }
td.TdClassName
{
border-color: #6865BE;
}
.TagClassName
{
border-color: #6865BE;
}
</style>