Shades of Chetwode Blue #6775CC
Tints of Chetwode Blue #6775CC
RGB
CMYK
RGB Variations
Color information
#6775CC (or 0x6775CC) is known color: Chetwode Blue. HEX triplet: 67, 75 and CC. RGB value is (103,117,204). Sum of RGB (Red+Green+Blue) = 103+117+204=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #6775CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6775CC is #988A33. Grayscale: #7A7A7A. Windows color (decimal): -9996852 or 13399399. OLE color: 13399399.
HSL color Cylindrical-coordinate representation of color #6775CC: hue angle of 231.68º 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 #6775CC is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 117 | 204 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.2 |
| HSL | 231.68º | 0.5% | 0.6% | - |
| HSV(B) | 231.68º | 0.5% | 0.8% | - |
| XYZ | 22.85 | 19.97 | 59.78 | - |
| YUV | 122.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 204 | 0.50 | 0.43 | 0 | 0.2 | 231.68 | 0.5 | 0.6 |
| Hex | 67 | 75 | CC | 32 | 2B | 0 | 14 | E8 | 32 | 3C |
| Octal | 147 | 165 | 314 | 62 | 53 | 0 | 24 | 350 | 62 | 74 |
| Binary | 1100111 | 1110101 | 11001100 | 110010 | 101011 | 0 | 10100 | 11101000 | 110010 | 111100 |
Color Harmonies of #6775CC
Complementary color
Monochromatic Colors of #6775CC
Black with #6775CC
Text Example
Text Example
White with #6775CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6775CC; }
p { color: rgb(103,117,204); }
H1.HeaderClassName
{
color: #6775CC;
}
.AnyTagClassName
{
color: #6775CC;
}
</style>
background-color css
<style>
a { background-color: #6775CC; }
a { background-color: rgb(103,117,204); }
div.DivClassName
{
background-color: #6775CC;
}
.BgClassName
{
background-color: #6775CC;
}
</style>
border-color css
<style>
span { border-color: #6775CC; }
span { border-color: rgb(103,117,204); }
td.TdClassName
{
border-color: #6775CC;
}
.TagClassName
{
border-color: #6775CC;
}
</style>