Shades of Chetwode Blue #6765B3
Tints of Chetwode Blue #6765B3
RGB
CMYK
RGB Variations
Color information
#6765B3 (or 0x6765B3) is known color: Chetwode Blue. HEX triplet: 67, 65 and B3. RGB value is (103,101,179). Sum of RGB (Red+Green+Blue) = 103+101+179=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #6765B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6765B3 is #989A4C. Grayscale: #6E6E6E. Windows color (decimal): -10000973 or 11756903. OLE color: 11756903.
HSL color Cylindrical-coordinate representation of color #6765B3: hue angle of 241.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6765B3 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 101 | 179 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.30 |
| HSL | 241.54º | 0.34% | 0.55% | - |
| HSV(B) | 241.54º | 0.44% | 0.7% | - |
| XYZ | 18.38 | 15.45 | 44.66 | - |
| YUV | 110.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 179 | 0.42 | 0.44 | 0 | 0.30 | 241.54 | 0.34 | 0.55 |
| Hex | 67 | 65 | B3 | 2A | 2C | 0 | 1E | F2 | 22 | 37 |
| Octal | 147 | 145 | 263 | 52 | 54 | 0 | 36 | 362 | 42 | 67 |
| Binary | 1100111 | 1100101 | 10110011 | 101010 | 101100 | 0 | 11110 | 11110010 | 100010 | 110111 |
Color Harmonies of #6765B3
Complementary color
Monochromatic Colors of #6765B3
Black with #6765B3
Text Example
Text Example
White with #6765B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6765B3; }
p { color: rgb(103,101,179); }
H1.HeaderClassName
{
color: #6765B3;
}
.AnyTagClassName
{
color: #6765B3;
}
</style>
background-color css
<style>
a { background-color: #6765B3; }
a { background-color: rgb(103,101,179); }
div.DivClassName
{
background-color: #6765B3;
}
.BgClassName
{
background-color: #6765B3;
}
</style>
border-color css
<style>
span { border-color: #6765B3; }
span { border-color: rgb(103,101,179); }
td.TdClassName
{
border-color: #6765B3;
}
.TagClassName
{
border-color: #6765B3;
}
</style>