Shades of Cornflower Blue #6C7DEE
Tints of Cornflower Blue #6C7DEE
RGB
CMYK
RGB Variations
Color information
#6C7DEE (or 0x6C7DEE) is known color: Cornflower Blue. HEX triplet: 6C, 7D and EE. RGB value is (108,125,238). Sum of RGB (Red+Green+Blue) = 108+125+238=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C7DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7DEE is #938211. Grayscale: #848484. Windows color (decimal): -9667090 or 15629676. OLE color: 15629676.
HSL color Cylindrical-coordinate representation of color #6C7DEE: hue angle of 232.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C7DEE is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 125 | 238 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.07 |
| HSL | 232.15º | 0.79% | 0.68% | - |
| HSV(B) | 232.15º | 0.55% | 0.93% | - |
| XYZ | 28.95 | 24.03 | 84 | - |
| YUV | 132.8 | 187.37 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 125 | 238 | 0.55 | 0.47 | 0 | 0.07 | 232.15 | 0.79 | 0.68 |
| Hex | 6C | 7D | EE | 37 | 2F | 0 | 7 | E8 | 4F | 44 |
| Octal | 154 | 175 | 356 | 67 | 57 | 0 | 7 | 350 | 117 | 104 |
| Binary | 1101100 | 1111101 | 11101110 | 110111 | 101111 | 0 | 111 | 11101000 | 1001111 | 1000100 |
Color Harmonies of #6C7DEE
Complementary color
Monochromatic Colors of #6C7DEE
Black with #6C7DEE
Text Example
Text Example
White with #6C7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7DEE; }
p { color: rgb(108,125,238); }
H1.HeaderClassName
{
color: #6C7DEE;
}
.AnyTagClassName
{
color: #6C7DEE;
}
</style>
background-color css
<style>
a { background-color: #6C7DEE; }
a { background-color: rgb(108,125,238); }
div.DivClassName
{
background-color: #6C7DEE;
}
.BgClassName
{
background-color: #6C7DEE;
}
</style>
border-color css
<style>
span { border-color: #6C7DEE; }
span { border-color: rgb(108,125,238); }
td.TdClassName
{
border-color: #6C7DEE;
}
.TagClassName
{
border-color: #6C7DEE;
}
</style>