Shades of Cornflower Blue #6C93E1
Tints of Cornflower Blue #6C93E1
RGB
CMYK
RGB Variations
Color information
#6C93E1 (or 0x6C93E1) is known color: Cornflower Blue. HEX triplet: 6C, 93 and E1. RGB value is (108,147,225). Sum of RGB (Red+Green+Blue) = 108+147+225=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #6C93E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C93E1 is #936C1E. Grayscale: #8F8F8F. Windows color (decimal): -9661471 or 14783340. OLE color: 14783340.
HSL color Cylindrical-coordinate representation of color #6C93E1: hue angle of 220º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C93E1 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 147 | 225 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.12 |
| HSL | 220º | 0.66% | 0.65% | - |
| HSV(B) | 220º | 0.52% | 0.88% | - |
| XYZ | 30.21 | 29.49 | 75.33 | - |
| YUV | 144.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 225 | 0.52 | 0.35 | 0 | 0.12 | 220 | 0.66 | 0.65 |
| Hex | 6C | 93 | E1 | 34 | 23 | 0 | C | DC | 42 | 41 |
| Octal | 154 | 223 | 341 | 64 | 43 | 0 | 14 | 334 | 102 | 101 |
| Binary | 1101100 | 10010011 | 11100001 | 110100 | 100011 | 0 | 1100 | 11011100 | 1000010 | 1000001 |
Color Harmonies of #6C93E1
Complementary color
Monochromatic Colors of #6C93E1
Black with #6C93E1
Text Example
Text Example
White with #6C93E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C93E1; }
p { color: rgb(108,147,225); }
H1.HeaderClassName
{
color: #6C93E1;
}
.AnyTagClassName
{
color: #6C93E1;
}
</style>
background-color css
<style>
a { background-color: #6C93E1; }
a { background-color: rgb(108,147,225); }
div.DivClassName
{
background-color: #6C93E1;
}
.BgClassName
{
background-color: #6C93E1;
}
</style>
border-color css
<style>
span { border-color: #6C93E1; }
span { border-color: rgb(108,147,225); }
td.TdClassName
{
border-color: #6C93E1;
}
.TagClassName
{
border-color: #6C93E1;
}
</style>