Shades of Cornflower Blue #6095FF
Tints of Cornflower Blue #6095FF
RGB
CMYK
RGB Variations
Color information
#6095FF (or 0x6095FF) is known color: Cornflower Blue. HEX triplet: 60, 95 and FF. RGB value is (96,149,255). Sum of RGB (Red+Green+Blue) = 96+149+255=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #6095FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095FF is #9F6A00. Grayscale: #909090. Windows color (decimal): -10447361 or 16749920. OLE color: 16749920.
HSL color Cylindrical-coordinate representation of color #6095FF: hue angle of 220º 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 #6095FF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 149 | 255 | - |
| CMYK | 0.62 | 0.42 | 0 | 0 |
| HSL | 220º | 1% | 0.69% | - |
| HSV(B) | 220º | 0.62% | 1% | - |
| XYZ | 33.62 | 31.2 | 98.86 | - |
| YUV | 145.24 | 189.94 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 255 | 0.62 | 0.42 | 0 | 0 | 220 | 1 | 0.69 |
| Hex | 60 | 95 | FF | 3E | 2A | 0 | 0 | DC | 64 | 45 |
| Octal | 140 | 225 | 377 | 76 | 52 | 0 | 0 | 334 | 144 | 105 |
| Binary | 1100000 | 10010101 | 11111111 | 111110 | 101010 | 0 | 0 | 11011100 | 1100100 | 1000101 |
Color Harmonies of #6095FF
Complementary color
Monochromatic Colors of #6095FF
Black with #6095FF
Text Example
Text Example
White with #6095FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6095FF; }
p { color: rgb(96,149,255); }
H1.HeaderClassName
{
color: #6095FF;
}
.AnyTagClassName
{
color: #6095FF;
}
</style>
background-color css
<style>
a { background-color: #6095FF; }
a { background-color: rgb(96,149,255); }
div.DivClassName
{
background-color: #6095FF;
}
.BgClassName
{
background-color: #6095FF;
}
</style>
border-color css
<style>
span { border-color: #6095FF; }
span { border-color: rgb(96,149,255); }
td.TdClassName
{
border-color: #6095FF;
}
.TagClassName
{
border-color: #6095FF;
}
</style>