Shades of Chetwode Blue #6A68BD
Tints of Chetwode Blue #6A68BD
RGB
CMYK
RGB Variations
Color information
#6A68BD (or 0x6A68BD) is known color: Chetwode Blue. HEX triplet: 6A, 68 and BD. RGB value is (106,104,189). Sum of RGB (Red+Green+Blue) = 106+104+189=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A68BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A68BD is #959742. Grayscale: #717171. Windows color (decimal): -9803587 or 12413034. OLE color: 12413034.
HSL color Cylindrical-coordinate representation of color #6A68BD: hue angle of 241.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A68BD is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 104 | 189 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.26 |
| HSL | 241.41º | 0.39% | 0.57% | - |
| HSV(B) | 241.41º | 0.45% | 0.74% | - |
| XYZ | 20.08 | 16.64 | 50.3 | - |
| YUV | 114.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 189 | 0.44 | 0.45 | 0 | 0.26 | 241.41 | 0.39 | 0.57 |
| Hex | 6A | 68 | BD | 2C | 2D | 0 | 1A | F1 | 27 | 39 |
| Octal | 152 | 150 | 275 | 54 | 55 | 0 | 32 | 361 | 47 | 71 |
| Binary | 1101010 | 1101000 | 10111101 | 101100 | 101101 | 0 | 11010 | 11110001 | 100111 | 111001 |
Color Harmonies of #6A68BD
Complementary color
Monochromatic Colors of #6A68BD
Black with #6A68BD
Text Example
Text Example
White with #6A68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A68BD; }
p { color: rgb(106,104,189); }
H1.HeaderClassName
{
color: #6A68BD;
}
.AnyTagClassName
{
color: #6A68BD;
}
</style>
background-color css
<style>
a { background-color: #6A68BD; }
a { background-color: rgb(106,104,189); }
div.DivClassName
{
background-color: #6A68BD;
}
.BgClassName
{
background-color: #6A68BD;
}
</style>
border-color css
<style>
span { border-color: #6A68BD; }
span { border-color: rgb(106,104,189); }
td.TdClassName
{
border-color: #6A68BD;
}
.TagClassName
{
border-color: #6A68BD;
}
</style>