Shades of Cornflower Blue #6089FD
Tints of Cornflower Blue #6089FD
RGB
CMYK
RGB Variations
Color information
#6089FD (or 0x6089FD) is known color: Cornflower Blue. HEX triplet: 60, 89 and FD. RGB value is (96,137,253). Sum of RGB (Red+Green+Blue) = 96+137+253=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #6089FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6089FD is #9F7602. Grayscale: #898989. Windows color (decimal): -10450435 or 16615776. OLE color: 16615776.
HSL color Cylindrical-coordinate representation of color #6089FD: hue angle of 224.33º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6089FD is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 137 | 253 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.01 |
| HSL | 224.33º | 0.98% | 0.68% | - |
| HSV(B) | 224.33º | 0.62% | 0.99% | - |
| XYZ | 31.5 | 27.47 | 96.57 | - |
| YUV | 137.97 | 192.92 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 253 | 0.62 | 0.46 | 0 | 0.01 | 224.33 | 0.98 | 0.68 |
| Hex | 60 | 89 | FD | 3E | 2E | 0 | 1 | E0 | 62 | 44 |
| Octal | 140 | 211 | 375 | 76 | 56 | 0 | 1 | 340 | 142 | 104 |
| Binary | 1100000 | 10001001 | 11111101 | 111110 | 101110 | 0 | 1 | 11100000 | 1100010 | 1000100 |
Color Harmonies of #6089FD
Complementary color
Monochromatic Colors of #6089FD
Black with #6089FD
Text Example
Text Example
White with #6089FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6089FD; }
p { color: rgb(96,137,253); }
H1.HeaderClassName
{
color: #6089FD;
}
.AnyTagClassName
{
color: #6089FD;
}
</style>
background-color css
<style>
a { background-color: #6089FD; }
a { background-color: rgb(96,137,253); }
div.DivClassName
{
background-color: #6089FD;
}
.BgClassName
{
background-color: #6089FD;
}
</style>
border-color css
<style>
span { border-color: #6089FD; }
span { border-color: rgb(96,137,253); }
td.TdClassName
{
border-color: #6089FD;
}
.TagClassName
{
border-color: #6089FD;
}
</style>