Shades of Chetwode Blue #6775CB
Tints of Chetwode Blue #6775CB
RGB
CMYK
RGB Variations
Color information
#6775CB (or 0x6775CB) is known color: Chetwode Blue. HEX triplet: 67, 75 and CB. RGB value is (103,117,203). Sum of RGB (Red+Green+Blue) = 103+117+203=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #6775CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6775CB is #988A34. Grayscale: #7A7A7A. Windows color (decimal): -9996853 or 13333863. OLE color: 13333863.
HSL color Cylindrical-coordinate representation of color #6775CB: hue angle of 231.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6775CB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 117 | 203 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.20 |
| HSL | 231.6º | 0.49% | 0.6% | - |
| HSV(B) | 231.6º | 0.49% | 0.8% | - |
| XYZ | 22.73 | 19.92 | 59.15 | - |
| YUV | 122.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 203 | 0.49 | 0.42 | 0 | 0.20 | 231.6 | 0.49 | 0.6 |
| Hex | 67 | 75 | CB | 31 | 2A | 0 | 14 | E8 | 31 | 3C |
| Octal | 147 | 165 | 313 | 61 | 52 | 0 | 24 | 350 | 61 | 74 |
| Binary | 1100111 | 1110101 | 11001011 | 110001 | 101010 | 0 | 10100 | 11101000 | 110001 | 111100 |
Color Harmonies of #6775CB
Complementary color
Monochromatic Colors of #6775CB
Black with #6775CB
Text Example
Text Example
White with #6775CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6775CB; }
p { color: rgb(103,117,203); }
H1.HeaderClassName
{
color: #6775CB;
}
.AnyTagClassName
{
color: #6775CB;
}
</style>
background-color css
<style>
a { background-color: #6775CB; }
a { background-color: rgb(103,117,203); }
div.DivClassName
{
background-color: #6775CB;
}
.BgClassName
{
background-color: #6775CB;
}
</style>
border-color css
<style>
span { border-color: #6775CB; }
span { border-color: rgb(103,117,203); }
td.TdClassName
{
border-color: #6775CB;
}
.TagClassName
{
border-color: #6775CB;
}
</style>