Shades of Cornflower Blue #6194FE
Tints of Cornflower Blue #6194FE
RGB
CMYK
RGB Variations
Color information
#6194FE (or 0x6194FE) is known color: Cornflower Blue. HEX triplet: 61, 94 and FE. RGB value is (97,148,254). Sum of RGB (Red+Green+Blue) = 97+148+254=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #6194FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6194FE is #9E6B01. Grayscale: #909090. Windows color (decimal): -10382082 or 16684129. OLE color: 16684129.
HSL color Cylindrical-coordinate representation of color #6194FE: hue angle of 220.51º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6194FE is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 148 | 254 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.00 |
| HSL | 220.51º | 0.99% | 0.69% | - |
| HSV(B) | 220.51º | 0.62% | 1% | - |
| XYZ | 33.41 | 30.88 | 97.96 | - |
| YUV | 144.84 | 189.6 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 254 | 0.62 | 0.42 | 0 | 0.00 | 220.51 | 0.99 | 0.69 |
| Hex | 61 | 94 | FE | 3E | 2A | 0 | 0 | DD | 63 | 45 |
| Octal | 141 | 224 | 376 | 76 | 52 | 0 | 0 | 335 | 143 | 105 |
| Binary | 1100001 | 10010100 | 11111110 | 111110 | 101010 | 0 | 0 | 11011101 | 1100011 | 1000101 |
Color Harmonies of #6194FE
Complementary color
Monochromatic Colors of #6194FE
Black with #6194FE
Text Example
Text Example
White with #6194FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6194FE; }
p { color: rgb(97,148,254); }
H1.HeaderClassName
{
color: #6194FE;
}
.AnyTagClassName
{
color: #6194FE;
}
</style>
background-color css
<style>
a { background-color: #6194FE; }
a { background-color: rgb(97,148,254); }
div.DivClassName
{
background-color: #6194FE;
}
.BgClassName
{
background-color: #6194FE;
}
</style>
border-color css
<style>
span { border-color: #6194FE; }
span { border-color: rgb(97,148,254); }
td.TdClassName
{
border-color: #6194FE;
}
.TagClassName
{
border-color: #6194FE;
}
</style>