Shades of Cornflower Blue #6178DF
Tints of Cornflower Blue #6178DF
RGB
CMYK
RGB Variations
Color information
#6178DF (or 0x6178DF) is known color: Cornflower Blue. HEX triplet: 61, 78 and DF. RGB value is (97,120,223). Sum of RGB (Red+Green+Blue) = 97+120+223=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #6178DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6178DF is #9E8720. Grayscale: #7C7C7C. Windows color (decimal): -10389281 or 14645345. OLE color: 14645345.
HSL color Cylindrical-coordinate representation of color #6178DF: hue angle of 229.05º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6178DF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 120 | 223 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.13 |
| HSL | 229.05º | 0.66% | 0.63% | - |
| HSV(B) | 229.05º | 0.57% | 0.87% | - |
| XYZ | 24.97 | 21.3 | 72.61 | - |
| YUV | 124.87 | 183.38 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 223 | 0.57 | 0.46 | 0 | 0.13 | 229.05 | 0.66 | 0.63 |
| Hex | 61 | 78 | DF | 39 | 2E | 0 | D | E5 | 42 | 3F |
| Octal | 141 | 170 | 337 | 71 | 56 | 0 | 15 | 345 | 102 | 77 |
| Binary | 1100001 | 1111000 | 11011111 | 111001 | 101110 | 0 | 1101 | 11100101 | 1000010 | 111111 |
Color Harmonies of #6178DF
Complementary color
Monochromatic Colors of #6178DF
Black with #6178DF
Text Example
Text Example
White with #6178DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6178DF; }
p { color: rgb(97,120,223); }
H1.HeaderClassName
{
color: #6178DF;
}
.AnyTagClassName
{
color: #6178DF;
}
</style>
background-color css
<style>
a { background-color: #6178DF; }
a { background-color: rgb(97,120,223); }
div.DivClassName
{
background-color: #6178DF;
}
.BgClassName
{
background-color: #6178DF;
}
</style>
border-color css
<style>
span { border-color: #6178DF; }
span { border-color: rgb(97,120,223); }
td.TdClassName
{
border-color: #6178DF;
}
.TagClassName
{
border-color: #6178DF;
}
</style>