Shades of Chetwode Blue #6768BA
Tints of Chetwode Blue #6768BA
RGB
CMYK
RGB Variations
Color information
#6768BA (or 0x6768BA) is known color: Chetwode Blue. HEX triplet: 67, 68 and BA. RGB value is (103,104,186). Sum of RGB (Red+Green+Blue) = 103+104+186=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #6768BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6768BA is #989745. Grayscale: #707070. Windows color (decimal): -10000198 or 12216423. OLE color: 12216423.
HSL color Cylindrical-coordinate representation of color #6768BA: hue angle of 239.28º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6768BA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 104 | 186 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.27 |
| HSL | 239.28º | 0.38% | 0.57% | - |
| HSV(B) | 239.28º | 0.45% | 0.73% | - |
| XYZ | 19.41 | 16.33 | 48.58 | - |
| YUV | 113.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 186 | 0.45 | 0.44 | 0 | 0.27 | 239.28 | 0.38 | 0.57 |
| Hex | 67 | 68 | BA | 2D | 2C | 0 | 1B | EF | 26 | 39 |
| Octal | 147 | 150 | 272 | 55 | 54 | 0 | 33 | 357 | 46 | 71 |
| Binary | 1100111 | 1101000 | 10111010 | 101101 | 101100 | 0 | 11011 | 11101111 | 100110 | 111001 |
Color Harmonies of #6768BA
Complementary color
Monochromatic Colors of #6768BA
Black with #6768BA
Text Example
Text Example
White with #6768BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768BA; }
p { color: rgb(103,104,186); }
H1.HeaderClassName
{
color: #6768BA;
}
.AnyTagClassName
{
color: #6768BA;
}
</style>
background-color css
<style>
a { background-color: #6768BA; }
a { background-color: rgb(103,104,186); }
div.DivClassName
{
background-color: #6768BA;
}
.BgClassName
{
background-color: #6768BA;
}
</style>
border-color css
<style>
span { border-color: #6768BA; }
span { border-color: rgb(103,104,186); }
td.TdClassName
{
border-color: #6768BA;
}
.TagClassName
{
border-color: #6768BA;
}
</style>