Shades of Chetwode Blue #6B78CA
Tints of Chetwode Blue #6B78CA
RGB
CMYK
RGB Variations
Color information
#6B78CA (or 0x6B78CA) is known color: Chetwode Blue. HEX triplet: 6B, 78 and CA. RGB value is (107,120,202). Sum of RGB (Red+Green+Blue) = 107+120+202=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B78CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B78CA is #948735. Grayscale: #7D7D7D. Windows color (decimal): -9733942 or 13269099. OLE color: 13269099.
HSL color Cylindrical-coordinate representation of color #6B78CA: hue angle of 231.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B78CA is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 120 | 202 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.21 |
| HSL | 231.79º | 0.47% | 0.61% | - |
| HSV(B) | 231.79º | 0.47% | 0.79% | - |
| XYZ | 23.44 | 20.82 | 58.66 | - |
| YUV | 125.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 202 | 0.47 | 0.41 | 0 | 0.21 | 231.79 | 0.47 | 0.61 |
| Hex | 6B | 78 | CA | 2F | 29 | 0 | 15 | E8 | 2F | 3D |
| Octal | 153 | 170 | 312 | 57 | 51 | 0 | 25 | 350 | 57 | 75 |
| Binary | 1101011 | 1111000 | 11001010 | 101111 | 101001 | 0 | 10101 | 11101000 | 101111 | 111101 |
Color Harmonies of #6B78CA
Complementary color
Monochromatic Colors of #6B78CA
Black with #6B78CA
Text Example
Text Example
White with #6B78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B78CA; }
p { color: rgb(107,120,202); }
H1.HeaderClassName
{
color: #6B78CA;
}
.AnyTagClassName
{
color: #6B78CA;
}
</style>
background-color css
<style>
a { background-color: #6B78CA; }
a { background-color: rgb(107,120,202); }
div.DivClassName
{
background-color: #6B78CA;
}
.BgClassName
{
background-color: #6B78CA;
}
</style>
border-color css
<style>
span { border-color: #6B78CA; }
span { border-color: rgb(107,120,202); }
td.TdClassName
{
border-color: #6B78CA;
}
.TagClassName
{
border-color: #6B78CA;
}
</style>