Shades of Cornflower Blue #6187DA
Tints of Cornflower Blue #6187DA
RGB
CMYK
RGB Variations
Color information
#6187DA (or 0x6187DA) is known color: Cornflower Blue. HEX triplet: 61, 87 and DA. RGB value is (97,135,218). Sum of RGB (Red+Green+Blue) = 97+135+218=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #6187DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6187DA is #9E7825. Grayscale: #848484. Windows color (decimal): -10385446 or 14321505. OLE color: 14321505.
HSL color Cylindrical-coordinate representation of color #6187DA: hue angle of 221.16º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6187DA is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 135 | 218 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.15 |
| HSL | 221.16º | 0.62% | 0.62% | - |
| HSV(B) | 221.16º | 0.56% | 0.85% | - |
| XYZ | 26.25 | 24.93 | 69.76 | - |
| YUV | 133.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 218 | 0.56 | 0.38 | 0 | 0.15 | 221.16 | 0.62 | 0.62 |
| Hex | 61 | 87 | DA | 38 | 26 | 0 | F | DD | 3E | 3E |
| Octal | 141 | 207 | 332 | 70 | 46 | 0 | 17 | 335 | 76 | 76 |
| Binary | 1100001 | 10000111 | 11011010 | 111000 | 100110 | 0 | 1111 | 11011101 | 111110 | 111110 |
Color Harmonies of #6187DA
Complementary color
Monochromatic Colors of #6187DA
Black with #6187DA
Text Example
Text Example
White with #6187DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6187DA; }
p { color: rgb(97,135,218); }
H1.HeaderClassName
{
color: #6187DA;
}
.AnyTagClassName
{
color: #6187DA;
}
</style>
background-color css
<style>
a { background-color: #6187DA; }
a { background-color: rgb(97,135,218); }
div.DivClassName
{
background-color: #6187DA;
}
.BgClassName
{
background-color: #6187DA;
}
</style>
border-color css
<style>
span { border-color: #6187DA; }
span { border-color: rgb(97,135,218); }
td.TdClassName
{
border-color: #6187DA;
}
.TagClassName
{
border-color: #6187DA;
}
</style>