Shades of Cornflower Blue #6C7CE7
Tints of Cornflower Blue #6C7CE7
RGB
CMYK
RGB Variations
Color information
#6C7CE7 (or 0x6C7CE7) is known color: Cornflower Blue. HEX triplet: 6C, 7C and E7. RGB value is (108,124,231). Sum of RGB (Red+Green+Blue) = 108+124+231=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #6C7CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7CE7 is #938318. Grayscale: #828282. Windows color (decimal): -9667353 or 15170668. OLE color: 15170668.
HSL color Cylindrical-coordinate representation of color #6C7CE7: hue angle of 232.2º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C7CE7 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 124 | 231 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.09 |
| HSL | 232.2º | 0.72% | 0.66% | - |
| HSV(B) | 232.2º | 0.53% | 0.91% | - |
| XYZ | 27.82 | 23.37 | 78.65 | - |
| YUV | 131.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 231 | 0.53 | 0.46 | 0 | 0.09 | 232.2 | 0.72 | 0.66 |
| Hex | 6C | 7C | E7 | 35 | 2E | 0 | 9 | E8 | 48 | 42 |
| Octal | 154 | 174 | 347 | 65 | 56 | 0 | 11 | 350 | 110 | 102 |
| Binary | 1101100 | 1111100 | 11100111 | 110101 | 101110 | 0 | 1001 | 11101000 | 1001000 | 1000010 |
Color Harmonies of #6C7CE7
Complementary color
Monochromatic Colors of #6C7CE7
Black with #6C7CE7
Text Example
Text Example
White with #6C7CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7CE7; }
p { color: rgb(108,124,231); }
H1.HeaderClassName
{
color: #6C7CE7;
}
.AnyTagClassName
{
color: #6C7CE7;
}
</style>
background-color css
<style>
a { background-color: #6C7CE7; }
a { background-color: rgb(108,124,231); }
div.DivClassName
{
background-color: #6C7CE7;
}
.BgClassName
{
background-color: #6C7CE7;
}
</style>
border-color css
<style>
span { border-color: #6C7CE7; }
span { border-color: rgb(108,124,231); }
td.TdClassName
{
border-color: #6C7CE7;
}
.TagClassName
{
border-color: #6C7CE7;
}
</style>