Shades of Chetwode Blue #6A74CB
Tints of Chetwode Blue #6A74CB
RGB
CMYK
RGB Variations
Color information
#6A74CB (or 0x6A74CB) is known color: Chetwode Blue. HEX triplet: 6A, 74 and CB. RGB value is (106,116,203). Sum of RGB (Red+Green+Blue) = 106+116+203=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A74CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A74CB is #958B34. Grayscale: #7A7A7A. Windows color (decimal): -9800501 or 13333610. OLE color: 13333610.
HSL color Cylindrical-coordinate representation of color #6A74CB: hue angle of 233.81º degrees, saturation: 0.48, 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 #6A74CB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 116 | 203 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.20 |
| HSL | 233.81º | 0.48% | 0.61% | - |
| HSV(B) | 233.81º | 0.48% | 0.8% | - |
| XYZ | 22.97 | 19.87 | 59.12 | - |
| YUV | 122.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 203 | 0.48 | 0.43 | 0 | 0.20 | 233.81 | 0.48 | 0.61 |
| Hex | 6A | 74 | CB | 30 | 2B | 0 | 14 | EA | 30 | 3D |
| Octal | 152 | 164 | 313 | 60 | 53 | 0 | 24 | 352 | 60 | 75 |
| Binary | 1101010 | 1110100 | 11001011 | 110000 | 101011 | 0 | 10100 | 11101010 | 110000 | 111101 |
Color Harmonies of #6A74CB
Complementary color
Monochromatic Colors of #6A74CB
Black with #6A74CB
Text Example
Text Example
White with #6A74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A74CB; }
p { color: rgb(106,116,203); }
H1.HeaderClassName
{
color: #6A74CB;
}
.AnyTagClassName
{
color: #6A74CB;
}
</style>
background-color css
<style>
a { background-color: #6A74CB; }
a { background-color: rgb(106,116,203); }
div.DivClassName
{
background-color: #6A74CB;
}
.BgClassName
{
background-color: #6A74CB;
}
</style>
border-color css
<style>
span { border-color: #6A74CB; }
span { border-color: rgb(106,116,203); }
td.TdClassName
{
border-color: #6A74CB;
}
.TagClassName
{
border-color: #6A74CB;
}
</style>