Shades of Chetwode Blue #6778CF
Tints of Chetwode Blue #6778CF
RGB
CMYK
RGB Variations
Color information
#6778CF (or 0x6778CF) is known color: Chetwode Blue. HEX triplet: 67, 78 and CF. RGB value is (103,120,207). Sum of RGB (Red+Green+Blue) = 103+120+207=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #6778CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6778CF is #988730. Grayscale: #7C7C7C. Windows color (decimal): -9996081 or 13596775. OLE color: 13596775.
HSL color Cylindrical-coordinate representation of color #6778CF: hue angle of 230.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6778CF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 120 | 207 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.19 |
| HSL | 230.19º | 0.52% | 0.61% | - |
| HSV(B) | 230.19º | 0.5% | 0.81% | - |
| XYZ | 23.57 | 20.82 | 61.81 | - |
| YUV | 124.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 207 | 0.50 | 0.42 | 0 | 0.19 | 230.19 | 0.52 | 0.61 |
| Hex | 67 | 78 | CF | 32 | 2A | 0 | 13 | E6 | 34 | 3D |
| Octal | 147 | 170 | 317 | 62 | 52 | 0 | 23 | 346 | 64 | 75 |
| Binary | 1100111 | 1111000 | 11001111 | 110010 | 101010 | 0 | 10011 | 11100110 | 110100 | 111101 |
Color Harmonies of #6778CF
Complementary color
Monochromatic Colors of #6778CF
Black with #6778CF
Text Example
Text Example
White with #6778CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6778CF; }
p { color: rgb(103,120,207); }
H1.HeaderClassName
{
color: #6778CF;
}
.AnyTagClassName
{
color: #6778CF;
}
</style>
background-color css
<style>
a { background-color: #6778CF; }
a { background-color: rgb(103,120,207); }
div.DivClassName
{
background-color: #6778CF;
}
.BgClassName
{
background-color: #6778CF;
}
</style>
border-color css
<style>
span { border-color: #6778CF; }
span { border-color: rgb(103,120,207); }
td.TdClassName
{
border-color: #6778CF;
}
.TagClassName
{
border-color: #6778CF;
}
</style>