Shades of Cornflower Blue #6187DF
Tints of Cornflower Blue #6187DF
RGB
CMYK
RGB Variations
Color information
#6187DF (or 0x6187DF) is known color: Cornflower Blue. HEX triplet: 61, 87 and DF. RGB value is (97,135,223). Sum of RGB (Red+Green+Blue) = 97+135+223=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #6187DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6187DF is #9E7820. Grayscale: #858585. Windows color (decimal): -10385441 or 14649185. OLE color: 14649185.
HSL color Cylindrical-coordinate representation of color #6187DF: hue angle of 221.9º 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 #6187DF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 135 | 223 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.13 |
| HSL | 221.9º | 0.66% | 0.63% | - |
| HSV(B) | 221.9º | 0.57% | 0.87% | - |
| XYZ | 26.91 | 25.2 | 73.26 | - |
| YUV | 133.67 | 178.41 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 223 | 0.57 | 0.39 | 0 | 0.13 | 221.9 | 0.66 | 0.63 |
| Hex | 61 | 87 | DF | 39 | 27 | 0 | D | DE | 42 | 3F |
| Octal | 141 | 207 | 337 | 71 | 47 | 0 | 15 | 336 | 102 | 77 |
| Binary | 1100001 | 10000111 | 11011111 | 111001 | 100111 | 0 | 1101 | 11011110 | 1000010 | 111111 |
Color Harmonies of #6187DF
Complementary color
Monochromatic Colors of #6187DF
Black with #6187DF
Text Example
Text Example
White with #6187DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6187DF; }
p { color: rgb(97,135,223); }
H1.HeaderClassName
{
color: #6187DF;
}
.AnyTagClassName
{
color: #6187DF;
}
</style>
background-color css
<style>
a { background-color: #6187DF; }
a { background-color: rgb(97,135,223); }
div.DivClassName
{
background-color: #6187DF;
}
.BgClassName
{
background-color: #6187DF;
}
</style>
border-color css
<style>
span { border-color: #6187DF; }
span { border-color: rgb(97,135,223); }
td.TdClassName
{
border-color: #6187DF;
}
.TagClassName
{
border-color: #6187DF;
}
</style>