Shades of Cornflower Blue #6197DC
Tints of Cornflower Blue #6197DC
RGB
CMYK
RGB Variations
Color information
#6197DC (or 0x6197DC) is known color: Cornflower Blue. HEX triplet: 61, 97 and DC. RGB value is (97,151,220). Sum of RGB (Red+Green+Blue) = 97+151+220=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6197DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197DC is #9E6823. Grayscale: #8E8E8E. Windows color (decimal): -10381348 or 14456673. OLE color: 14456673.
HSL color Cylindrical-coordinate representation of color #6197DC: hue angle of 213.66º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6197DC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 151 | 220 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.14 |
| HSL | 213.66º | 0.64% | 0.62% | - |
| HSV(B) | 213.66º | 0.56% | 0.86% | - |
| XYZ | 28.91 | 29.84 | 71.95 | - |
| YUV | 142.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 151 | 220 | 0.56 | 0.31 | 0 | 0.14 | 213.66 | 0.64 | 0.62 |
| Hex | 61 | 97 | DC | 38 | 1F | 0 | E | D6 | 40 | 3E |
| Octal | 141 | 227 | 334 | 70 | 37 | 0 | 16 | 326 | 100 | 76 |
| Binary | 1100001 | 10010111 | 11011100 | 111000 | 11111 | 0 | 1110 | 11010110 | 1000000 | 111110 |
Color Harmonies of #6197DC
Complementary color
Monochromatic Colors of #6197DC
Black with #6197DC
Text Example
Text Example
White with #6197DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6197DC; }
p { color: rgb(97,151,220); }
H1.HeaderClassName
{
color: #6197DC;
}
.AnyTagClassName
{
color: #6197DC;
}
</style>
background-color css
<style>
a { background-color: #6197DC; }
a { background-color: rgb(97,151,220); }
div.DivClassName
{
background-color: #6197DC;
}
.BgClassName
{
background-color: #6197DC;
}
</style>
border-color css
<style>
span { border-color: #6197DC; }
span { border-color: rgb(97,151,220); }
td.TdClassName
{
border-color: #6197DC;
}
.TagClassName
{
border-color: #6197DC;
}
</style>