Shades of Chetwode Blue #6770C9
Tints of Chetwode Blue #6770C9
RGB
CMYK
RGB Variations
Color information
#6770C9 (or 0x6770C9) is known color: Chetwode Blue. HEX triplet: 67, 70 and C9. RGB value is (103,112,201). Sum of RGB (Red+Green+Blue) = 103+112+201=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #6770C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770C9 is #988F36. Grayscale: #777777. Windows color (decimal): -9998135 or 13201511. OLE color: 13201511.
HSL color Cylindrical-coordinate representation of color #6770C9: hue angle of 234.49º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6770C9 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 112 | 201 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.21 |
| HSL | 234.49º | 0.48% | 0.6% | - |
| HSV(B) | 234.49º | 0.49% | 0.79% | - |
| XYZ | 21.93 | 18.69 | 57.71 | - |
| YUV | 119.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 201 | 0.49 | 0.44 | 0 | 0.21 | 234.49 | 0.48 | 0.6 |
| Hex | 67 | 70 | C9 | 31 | 2C | 0 | 15 | EA | 30 | 3C |
| Octal | 147 | 160 | 311 | 61 | 54 | 0 | 25 | 352 | 60 | 74 |
| Binary | 1100111 | 1110000 | 11001001 | 110001 | 101100 | 0 | 10101 | 11101010 | 110000 | 111100 |
Color Harmonies of #6770C9
Complementary color
Monochromatic Colors of #6770C9
Black with #6770C9
Text Example
Text Example
White with #6770C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6770C9; }
p { color: rgb(103,112,201); }
H1.HeaderClassName
{
color: #6770C9;
}
.AnyTagClassName
{
color: #6770C9;
}
</style>
background-color css
<style>
a { background-color: #6770C9; }
a { background-color: rgb(103,112,201); }
div.DivClassName
{
background-color: #6770C9;
}
.BgClassName
{
background-color: #6770C9;
}
</style>
border-color css
<style>
span { border-color: #6770C9; }
span { border-color: rgb(103,112,201); }
td.TdClassName
{
border-color: #6770C9;
}
.TagClassName
{
border-color: #6770C9;
}
</style>