Shades of Chetwode Blue #6B6FCC
Tints of Chetwode Blue #6B6FCC
RGB
CMYK
RGB Variations
Color information
#6B6FCC (or 0x6B6FCC) is known color: Chetwode Blue. HEX triplet: 6B, 6F and CC. RGB value is (107,111,204). Sum of RGB (Red+Green+Blue) = 107+111+204=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6FCC is #949033. Grayscale: #787878. Windows color (decimal): -9736244 or 13397867. OLE color: 13397867.
HSL color Cylindrical-coordinate representation of color #6B6FCC: hue angle of 237.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B6FCC is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 111 | 204 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.2 |
| HSL | 237.53º | 0.49% | 0.61% | - |
| HSV(B) | 237.53º | 0.48% | 0.8% | - |
| XYZ | 22.65 | 18.85 | 59.57 | - |
| YUV | 120.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 204 | 0.48 | 0.46 | 0 | 0.2 | 237.53 | 0.49 | 0.61 |
| Hex | 6B | 6F | CC | 30 | 2E | 0 | 14 | EE | 31 | 3D |
| Octal | 153 | 157 | 314 | 60 | 56 | 0 | 24 | 356 | 61 | 75 |
| Binary | 1101011 | 1101111 | 11001100 | 110000 | 101110 | 0 | 10100 | 11101110 | 110001 | 111101 |
Color Harmonies of #6B6FCC
Complementary color
Monochromatic Colors of #6B6FCC
Black with #6B6FCC
Text Example
Text Example
White with #6B6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6FCC; }
p { color: rgb(107,111,204); }
H1.HeaderClassName
{
color: #6B6FCC;
}
.AnyTagClassName
{
color: #6B6FCC;
}
</style>
background-color css
<style>
a { background-color: #6B6FCC; }
a { background-color: rgb(107,111,204); }
div.DivClassName
{
background-color: #6B6FCC;
}
.BgClassName
{
background-color: #6B6FCC;
}
</style>
border-color css
<style>
span { border-color: #6B6FCC; }
span { border-color: rgb(107,111,204); }
td.TdClassName
{
border-color: #6B6FCC;
}
.TagClassName
{
border-color: #6B6FCC;
}
</style>