Shades of Chetwode Blue #6A74CD
Tints of Chetwode Blue #6A74CD
RGB
CMYK
RGB Variations
Color information
#6A74CD (or 0x6A74CD) is known color: Chetwode Blue. HEX triplet: 6A, 74 and CD. RGB value is (106,116,205). Sum of RGB (Red+Green+Blue) = 106+116+205=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A74CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A74CD is #958B32. Grayscale: #7A7A7A. Windows color (decimal): -9800499 or 13464682. OLE color: 13464682.
HSL color Cylindrical-coordinate representation of color #6A74CD: hue angle of 233.94º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A74CD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 116 | 205 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.20 |
| HSL | 233.94º | 0.5% | 0.61% | - |
| HSV(B) | 233.94º | 0.48% | 0.8% | - |
| XYZ | 23.21 | 19.96 | 60.39 | - |
| YUV | 123.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 205 | 0.48 | 0.43 | 0 | 0.20 | 233.94 | 0.5 | 0.61 |
| Hex | 6A | 74 | CD | 30 | 2B | 0 | 14 | EA | 32 | 3D |
| Octal | 152 | 164 | 315 | 60 | 53 | 0 | 24 | 352 | 62 | 75 |
| Binary | 1101010 | 1110100 | 11001101 | 110000 | 101011 | 0 | 10100 | 11101010 | 110010 | 111101 |
Color Harmonies of #6A74CD
Complementary color
Monochromatic Colors of #6A74CD
Black with #6A74CD
Text Example
Text Example
White with #6A74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A74CD; }
p { color: rgb(106,116,205); }
H1.HeaderClassName
{
color: #6A74CD;
}
.AnyTagClassName
{
color: #6A74CD;
}
</style>
background-color css
<style>
a { background-color: #6A74CD; }
a { background-color: rgb(106,116,205); }
div.DivClassName
{
background-color: #6A74CD;
}
.BgClassName
{
background-color: #6A74CD;
}
</style>
border-color css
<style>
span { border-color: #6A74CD; }
span { border-color: rgb(106,116,205); }
td.TdClassName
{
border-color: #6A74CD;
}
.TagClassName
{
border-color: #6A74CD;
}
</style>