Shades of Chetwode Blue #6A78D8
Tints of Chetwode Blue #6A78D8
RGB
CMYK
RGB Variations
Color information
#6A78D8 (or 0x6A78D8) is known color: Chetwode Blue. HEX triplet: 6A, 78 and D8. RGB value is (106,120,216). Sum of RGB (Red+Green+Blue) = 106+120+216=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #6A78D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A78D8 is #958727. Grayscale: #7E7E7E. Windows color (decimal): -9799464 or 14186602. OLE color: 14186602.
HSL color Cylindrical-coordinate representation of color #6A78D8: hue angle of 232.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A78D8 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 120 | 216 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.15 |
| HSL | 232.36º | 0.59% | 0.63% | - |
| HSV(B) | 232.36º | 0.51% | 0.85% | - |
| XYZ | 25.06 | 21.45 | 67.79 | - |
| YUV | 126.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 216 | 0.51 | 0.44 | 0 | 0.15 | 232.36 | 0.59 | 0.63 |
| Hex | 6A | 78 | D8 | 33 | 2C | 0 | F | E8 | 3B | 3F |
| Octal | 152 | 170 | 330 | 63 | 54 | 0 | 17 | 350 | 73 | 77 |
| Binary | 1101010 | 1111000 | 11011000 | 110011 | 101100 | 0 | 1111 | 11101000 | 111011 | 111111 |
Color Harmonies of #6A78D8
Complementary color
Monochromatic Colors of #6A78D8
Black with #6A78D8
Text Example
Text Example
White with #6A78D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A78D8; }
p { color: rgb(106,120,216); }
H1.HeaderClassName
{
color: #6A78D8;
}
.AnyTagClassName
{
color: #6A78D8;
}
</style>
background-color css
<style>
a { background-color: #6A78D8; }
a { background-color: rgb(106,120,216); }
div.DivClassName
{
background-color: #6A78D8;
}
.BgClassName
{
background-color: #6A78D8;
}
</style>
border-color css
<style>
span { border-color: #6A78D8; }
span { border-color: rgb(106,120,216); }
td.TdClassName
{
border-color: #6A78D8;
}
.TagClassName
{
border-color: #6A78D8;
}
</style>