Shades of Chetwode Blue #6A75D0
Tints of Chetwode Blue #6A75D0
RGB
CMYK
RGB Variations
Color information
#6A75D0 (or 0x6A75D0) is known color: Chetwode Blue. HEX triplet: 6A, 75 and D0. RGB value is (106,117,208). Sum of RGB (Red+Green+Blue) = 106+117+208=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A75D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A75D0 is #958A2F. Grayscale: #7B7B7B. Windows color (decimal): -9800240 or 13661546. OLE color: 13661546.
HSL color Cylindrical-coordinate representation of color #6A75D0: hue angle of 233.53º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A75D0 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 117 | 208 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.18 |
| HSL | 233.53º | 0.52% | 0.62% | - |
| HSV(B) | 233.53º | 0.49% | 0.82% | - |
| XYZ | 23.69 | 20.34 | 62.35 | - |
| YUV | 124.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 208 | 0.49 | 0.44 | 0 | 0.18 | 233.53 | 0.52 | 0.62 |
| Hex | 6A | 75 | D0 | 31 | 2C | 0 | 12 | EA | 34 | 3E |
| Octal | 152 | 165 | 320 | 61 | 54 | 0 | 22 | 352 | 64 | 76 |
| Binary | 1101010 | 1110101 | 11010000 | 110001 | 101100 | 0 | 10010 | 11101010 | 110100 | 111110 |
Color Harmonies of #6A75D0
Complementary color
Monochromatic Colors of #6A75D0
Black with #6A75D0
Text Example
Text Example
White with #6A75D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A75D0; }
p { color: rgb(106,117,208); }
H1.HeaderClassName
{
color: #6A75D0;
}
.AnyTagClassName
{
color: #6A75D0;
}
</style>
background-color css
<style>
a { background-color: #6A75D0; }
a { background-color: rgb(106,117,208); }
div.DivClassName
{
background-color: #6A75D0;
}
.BgClassName
{
background-color: #6A75D0;
}
</style>
border-color css
<style>
span { border-color: #6A75D0; }
span { border-color: rgb(106,117,208); }
td.TdClassName
{
border-color: #6A75D0;
}
.TagClassName
{
border-color: #6A75D0;
}
</style>