Shades of Chetwode Blue #6A68BC
Tints of Chetwode Blue #6A68BC
RGB
CMYK
RGB Variations
Color information
#6A68BC (or 0x6A68BC) is known color: Chetwode Blue. HEX triplet: 6A, 68 and BC. RGB value is (106,104,188). Sum of RGB (Red+Green+Blue) = 106+104+188=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A68BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A68BC is #959743. Grayscale: #717171. Windows color (decimal): -9803588 or 12347498. OLE color: 12347498.
HSL color Cylindrical-coordinate representation of color #6A68BC: hue angle of 241.43º 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 #6A68BC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 104 | 188 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.26 |
| HSL | 241.43º | 0.39% | 0.57% | - |
| HSV(B) | 241.43º | 0.45% | 0.74% | - |
| XYZ | 19.97 | 16.6 | 49.73 | - |
| YUV | 114.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 188 | 0.44 | 0.45 | 0 | 0.26 | 241.43 | 0.39 | 0.57 |
| Hex | 6A | 68 | BC | 2C | 2D | 0 | 1A | F1 | 27 | 39 |
| Octal | 152 | 150 | 274 | 54 | 55 | 0 | 32 | 361 | 47 | 71 |
| Binary | 1101010 | 1101000 | 10111100 | 101100 | 101101 | 0 | 11010 | 11110001 | 100111 | 111001 |
Color Harmonies of #6A68BC
Complementary color
Monochromatic Colors of #6A68BC
Black with #6A68BC
Text Example
Text Example
White with #6A68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A68BC; }
p { color: rgb(106,104,188); }
H1.HeaderClassName
{
color: #6A68BC;
}
.AnyTagClassName
{
color: #6A68BC;
}
</style>
background-color css
<style>
a { background-color: #6A68BC; }
a { background-color: rgb(106,104,188); }
div.DivClassName
{
background-color: #6A68BC;
}
.BgClassName
{
background-color: #6A68BC;
}
</style>
border-color css
<style>
span { border-color: #6A68BC; }
span { border-color: rgb(106,104,188); }
td.TdClassName
{
border-color: #6A68BC;
}
.TagClassName
{
border-color: #6A68BC;
}
</style>