Shades of Chetwode Blue #6F77C1
Tints of Chetwode Blue #6F77C1
RGB
CMYK
RGB Variations
Color information
#6F77C1 (or 0x6F77C1) is known color: Chetwode Blue. HEX triplet: 6F, 77 and C1. RGB value is (111,119,193). Sum of RGB (Red+Green+Blue) = 111+119+193=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F77C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77C1 is #90883E. Grayscale: #7C7C7C. Windows color (decimal): -9472063 or 12679023. OLE color: 12679023.
HSL color Cylindrical-coordinate representation of color #6F77C1: hue angle of 234.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F77C1 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 119 | 193 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.24 |
| HSL | 234.15º | 0.4% | 0.6% | - |
| HSV(B) | 234.15º | 0.42% | 0.76% | - |
| XYZ | 22.78 | 20.42 | 53.19 | - |
| YUV | 125.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 193 | 0.42 | 0.38 | 0 | 0.24 | 234.15 | 0.4 | 0.6 |
| Hex | 6F | 77 | C1 | 2A | 26 | 0 | 18 | EA | 28 | 3C |
| Octal | 157 | 167 | 301 | 52 | 46 | 0 | 30 | 352 | 50 | 74 |
| Binary | 1101111 | 1110111 | 11000001 | 101010 | 100110 | 0 | 11000 | 11101010 | 101000 | 111100 |
Color Harmonies of #6F77C1
Complementary color
Monochromatic Colors of #6F77C1
Black with #6F77C1
Text Example
Text Example
White with #6F77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F77C1; }
p { color: rgb(111,119,193); }
H1.HeaderClassName
{
color: #6F77C1;
}
.AnyTagClassName
{
color: #6F77C1;
}
</style>
background-color css
<style>
a { background-color: #6F77C1; }
a { background-color: rgb(111,119,193); }
div.DivClassName
{
background-color: #6F77C1;
}
.BgClassName
{
background-color: #6F77C1;
}
</style>
border-color css
<style>
span { border-color: #6F77C1; }
span { border-color: rgb(111,119,193); }
td.TdClassName
{
border-color: #6F77C1;
}
.TagClassName
{
border-color: #6F77C1;
}
</style>