Shades of Chetwode Blue #6765BE
Tints of Chetwode Blue #6765BE
RGB
CMYK
RGB Variations
Color information
#6765BE (or 0x6765BE) is known color: Chetwode Blue. HEX triplet: 67, 65 and BE. RGB value is (103,101,190). Sum of RGB (Red+Green+Blue) = 103+101+190=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #6765BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6765BE is #989A41. Grayscale: #6F6F6F. Windows color (decimal): -10000962 or 12477799. OLE color: 12477799.
HSL color Cylindrical-coordinate representation of color #6765BE: hue angle of 241.35º 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 #6765BE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 101 | 190 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.25 |
| HSL | 241.35º | 0.41% | 0.57% | - |
| HSV(B) | 241.35º | 0.47% | 0.75% | - |
| XYZ | 19.54 | 15.91 | 50.76 | - |
| YUV | 111.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 190 | 0.46 | 0.47 | 0 | 0.25 | 241.35 | 0.41 | 0.57 |
| Hex | 67 | 65 | BE | 2E | 2F | 0 | 19 | F1 | 29 | 39 |
| Octal | 147 | 145 | 276 | 56 | 57 | 0 | 31 | 361 | 51 | 71 |
| Binary | 1100111 | 1100101 | 10111110 | 101110 | 101111 | 0 | 11001 | 11110001 | 101001 | 111001 |
Color Harmonies of #6765BE
Complementary color
Monochromatic Colors of #6765BE
Black with #6765BE
Text Example
Text Example
White with #6765BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6765BE; }
p { color: rgb(103,101,190); }
H1.HeaderClassName
{
color: #6765BE;
}
.AnyTagClassName
{
color: #6765BE;
}
</style>
background-color css
<style>
a { background-color: #6765BE; }
a { background-color: rgb(103,101,190); }
div.DivClassName
{
background-color: #6765BE;
}
.BgClassName
{
background-color: #6765BE;
}
</style>
border-color css
<style>
span { border-color: #6765BE; }
span { border-color: rgb(103,101,190); }
td.TdClassName
{
border-color: #6765BE;
}
.TagClassName
{
border-color: #6765BE;
}
</style>