Shades of Chetwode Blue #6B75CE
Tints of Chetwode Blue #6B75CE
RGB
CMYK
RGB Variations
Color information
#6B75CE (or 0x6B75CE) is known color: Chetwode Blue. HEX triplet: 6B, 75 and CE. RGB value is (107,117,206). Sum of RGB (Red+Green+Blue) = 107+117+206=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B75CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B75CE is #948A31. Grayscale: #7B7B7B. Windows color (decimal): -9734706 or 13530475. OLE color: 13530475.
HSL color Cylindrical-coordinate representation of color #6B75CE: hue angle of 233.94º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B75CE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 117 | 206 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.19 |
| HSL | 233.94º | 0.5% | 0.61% | - |
| HSV(B) | 233.94º | 0.48% | 0.81% | - |
| XYZ | 23.57 | 20.3 | 61.07 | - |
| YUV | 124.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 206 | 0.48 | 0.43 | 0 | 0.19 | 233.94 | 0.5 | 0.61 |
| Hex | 6B | 75 | CE | 30 | 2B | 0 | 13 | EA | 32 | 3D |
| Octal | 153 | 165 | 316 | 60 | 53 | 0 | 23 | 352 | 62 | 75 |
| Binary | 1101011 | 1110101 | 11001110 | 110000 | 101011 | 0 | 10011 | 11101010 | 110010 | 111101 |
Color Harmonies of #6B75CE
Complementary color
Monochromatic Colors of #6B75CE
Black with #6B75CE
Text Example
Text Example
White with #6B75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B75CE; }
p { color: rgb(107,117,206); }
H1.HeaderClassName
{
color: #6B75CE;
}
.AnyTagClassName
{
color: #6B75CE;
}
</style>
background-color css
<style>
a { background-color: #6B75CE; }
a { background-color: rgb(107,117,206); }
div.DivClassName
{
background-color: #6B75CE;
}
.BgClassName
{
background-color: #6B75CE;
}
</style>
border-color css
<style>
span { border-color: #6B75CE; }
span { border-color: rgb(107,117,206); }
td.TdClassName
{
border-color: #6B75CE;
}
.TagClassName
{
border-color: #6B75CE;
}
</style>