Shades of Cornflower Blue #6195F3
Tints of Cornflower Blue #6195F3
RGB
CMYK
RGB Variations
Color information
#6195F3 (or 0x6195F3) is known color: Cornflower Blue. HEX triplet: 61, 95 and F3. RGB value is (97,149,243). Sum of RGB (Red+Green+Blue) = 97+149+243=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #6195F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6195F3 is #9E6A0C. Grayscale: #8F8F8F. Windows color (decimal): -10381837 or 15963489. OLE color: 15963489.
HSL color Cylindrical-coordinate representation of color #6195F3: hue angle of 218.63º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6195F3 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 149 | 243 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.05 |
| HSL | 218.63º | 0.86% | 0.67% | - |
| HSV(B) | 218.63º | 0.6% | 0.95% | - |
| XYZ | 31.85 | 30.51 | 89 | - |
| YUV | 144.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 243 | 0.60 | 0.39 | 0 | 0.05 | 218.63 | 0.86 | 0.67 |
| Hex | 61 | 95 | F3 | 3C | 27 | 0 | 5 | DB | 56 | 43 |
| Octal | 141 | 225 | 363 | 74 | 47 | 0 | 5 | 333 | 126 | 103 |
| Binary | 1100001 | 10010101 | 11110011 | 111100 | 100111 | 0 | 101 | 11011011 | 1010110 | 1000011 |
Color Harmonies of #6195F3
Complementary color
Monochromatic Colors of #6195F3
Black with #6195F3
Text Example
Text Example
White with #6195F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6195F3; }
p { color: rgb(97,149,243); }
H1.HeaderClassName
{
color: #6195F3;
}
.AnyTagClassName
{
color: #6195F3;
}
</style>
background-color css
<style>
a { background-color: #6195F3; }
a { background-color: rgb(97,149,243); }
div.DivClassName
{
background-color: #6195F3;
}
.BgClassName
{
background-color: #6195F3;
}
</style>
border-color css
<style>
span { border-color: #6195F3; }
span { border-color: rgb(97,149,243); }
td.TdClassName
{
border-color: #6195F3;
}
.TagClassName
{
border-color: #6195F3;
}
</style>