Shades of Chetwode Blue #6774CC
Tints of Chetwode Blue #6774CC
RGB
CMYK
RGB Variations
Color information
#6774CC (or 0x6774CC) is known color: Chetwode Blue. HEX triplet: 67, 74 and CC. RGB value is (103,116,204). Sum of RGB (Red+Green+Blue) = 103+116+204=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6774CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6774CC is #988B33. Grayscale: #797979. Windows color (decimal): -9997108 or 13399143. OLE color: 13399143.
HSL color Cylindrical-coordinate representation of color #6774CC: hue angle of 232.28º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6774CC is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 116 | 204 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.2 |
| HSL | 232.28º | 0.5% | 0.6% | - |
| HSV(B) | 232.28º | 0.5% | 0.8% | - |
| XYZ | 22.74 | 19.73 | 59.74 | - |
| YUV | 122.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 204 | 0.50 | 0.43 | 0 | 0.2 | 232.28 | 0.5 | 0.6 |
| Hex | 67 | 74 | CC | 32 | 2B | 0 | 14 | E8 | 32 | 3C |
| Octal | 147 | 164 | 314 | 62 | 53 | 0 | 24 | 350 | 62 | 74 |
| Binary | 1100111 | 1110100 | 11001100 | 110010 | 101011 | 0 | 10100 | 11101000 | 110010 | 111100 |
Color Harmonies of #6774CC
Complementary color
Monochromatic Colors of #6774CC
Black with #6774CC
Text Example
Text Example
White with #6774CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6774CC; }
p { color: rgb(103,116,204); }
H1.HeaderClassName
{
color: #6774CC;
}
.AnyTagClassName
{
color: #6774CC;
}
</style>
background-color css
<style>
a { background-color: #6774CC; }
a { background-color: rgb(103,116,204); }
div.DivClassName
{
background-color: #6774CC;
}
.BgClassName
{
background-color: #6774CC;
}
</style>
border-color css
<style>
span { border-color: #6774CC; }
span { border-color: rgb(103,116,204); }
td.TdClassName
{
border-color: #6774CC;
}
.TagClassName
{
border-color: #6774CC;
}
</style>