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