Shades of Cornflower Blue #608DFF
Tints of Cornflower Blue #608DFF
RGB
CMYK
RGB Variations
Color information
#608DFF (or 0x608DFF) is known color: Cornflower Blue. HEX triplet: 60, 8D and FF. RGB value is (96,141,255). Sum of RGB (Red+Green+Blue) = 96+141+255=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #608DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608DFF is #9F7200. Grayscale: #8C8C8C. Windows color (decimal): -10449409 or 16747872. OLE color: 16747872.
HSL color Cylindrical-coordinate representation of color #608DFF: hue angle of 223.02º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608DFF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 141 | 255 | - |
| CMYK | 0.62 | 0.45 | 0 | 0 |
| HSL | 223.02º | 1% | 0.69% | - |
| HSV(B) | 223.02º | 0.62% | 1% | - |
| XYZ | 32.4 | 28.76 | 98.45 | - |
| YUV | 140.54 | 192.59 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 255 | 0.62 | 0.45 | 0 | 0 | 223.02 | 1 | 0.69 |
| Hex | 60 | 8D | FF | 3E | 2D | 0 | 0 | DF | 64 | 45 |
| Octal | 140 | 215 | 377 | 76 | 55 | 0 | 0 | 337 | 144 | 105 |
| Binary | 1100000 | 10001101 | 11111111 | 111110 | 101101 | 0 | 0 | 11011111 | 1100100 | 1000101 |
Color Harmonies of #608DFF
Complementary color
Monochromatic Colors of #608DFF
Black with #608DFF
Text Example
Text Example
White with #608DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DFF; }
p { color: rgb(96,141,255); }
H1.HeaderClassName
{
color: #608DFF;
}
.AnyTagClassName
{
color: #608DFF;
}
</style>
background-color css
<style>
a { background-color: #608DFF; }
a { background-color: rgb(96,141,255); }
div.DivClassName
{
background-color: #608DFF;
}
.BgClassName
{
background-color: #608DFF;
}
</style>
border-color css
<style>
span { border-color: #608DFF; }
span { border-color: rgb(96,141,255); }
td.TdClassName
{
border-color: #608DFF;
}
.TagClassName
{
border-color: #608DFF;
}
</style>