Shades of Chetwode Blue #6775CE
Tints of Chetwode Blue #6775CE
RGB
CMYK
RGB Variations
Color information
#6775CE (or 0x6775CE) is known color: Chetwode Blue. HEX triplet: 67, 75 and CE. RGB value is (103,117,206). Sum of RGB (Red+Green+Blue) = 103+117+206=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #6775CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6775CE is #988A31. Grayscale: #7A7A7A. Windows color (decimal): -9996850 or 13530471. OLE color: 13530471.
HSL color Cylindrical-coordinate representation of color #6775CE: hue angle of 231.84º degrees, saturation: 0.51, 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 #6775CE is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 117 | 206 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.19 |
| HSL | 231.84º | 0.51% | 0.61% | - |
| HSV(B) | 231.84º | 0.5% | 0.81% | - |
| XYZ | 23.1 | 20.06 | 61.05 | - |
| YUV | 122.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 206 | 0.50 | 0.43 | 0 | 0.19 | 231.84 | 0.51 | 0.61 |
| Hex | 67 | 75 | CE | 32 | 2B | 0 | 13 | E8 | 33 | 3D |
| Octal | 147 | 165 | 316 | 62 | 53 | 0 | 23 | 350 | 63 | 75 |
| Binary | 1100111 | 1110101 | 11001110 | 110010 | 101011 | 0 | 10011 | 11101000 | 110011 | 111101 |
Color Harmonies of #6775CE
Complementary color
Monochromatic Colors of #6775CE
Black with #6775CE
Text Example
Text Example
White with #6775CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6775CE; }
p { color: rgb(103,117,206); }
H1.HeaderClassName
{
color: #6775CE;
}
.AnyTagClassName
{
color: #6775CE;
}
</style>
background-color css
<style>
a { background-color: #6775CE; }
a { background-color: rgb(103,117,206); }
div.DivClassName
{
background-color: #6775CE;
}
.BgClassName
{
background-color: #6775CE;
}
</style>
border-color css
<style>
span { border-color: #6775CE; }
span { border-color: rgb(103,117,206); }
td.TdClassName
{
border-color: #6775CE;
}
.TagClassName
{
border-color: #6775CE;
}
</style>