Shades of Cornflower Blue #6088FD
Tints of Cornflower Blue #6088FD
RGB
CMYK
RGB Variations
Color information
#6088FD (or 0x6088FD) is known color: Cornflower Blue. HEX triplet: 60, 88 and FD. RGB value is (96,136,253). Sum of RGB (Red+Green+Blue) = 96+136+253=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #6088FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6088FD is #9F7702. Grayscale: #888888. Windows color (decimal): -10450691 or 16615520. OLE color: 16615520.
HSL color Cylindrical-coordinate representation of color #6088FD: hue angle of 224.71º 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 #6088FD is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 136 | 253 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.01 |
| HSL | 224.71º | 0.98% | 0.68% | - |
| HSV(B) | 224.71º | 0.62% | 0.99% | - |
| XYZ | 31.36 | 27.19 | 96.52 | - |
| YUV | 137.38 | 193.25 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 253 | 0.62 | 0.46 | 0 | 0.01 | 224.71 | 0.98 | 0.68 |
| Hex | 60 | 88 | FD | 3E | 2E | 0 | 1 | E1 | 62 | 44 |
| Octal | 140 | 210 | 375 | 76 | 56 | 0 | 1 | 341 | 142 | 104 |
| Binary | 1100000 | 10001000 | 11111101 | 111110 | 101110 | 0 | 1 | 11100001 | 1100010 | 1000100 |
Color Harmonies of #6088FD
Complementary color
Monochromatic Colors of #6088FD
Black with #6088FD
Text Example
Text Example
White with #6088FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6088FD; }
p { color: rgb(96,136,253); }
H1.HeaderClassName
{
color: #6088FD;
}
.AnyTagClassName
{
color: #6088FD;
}
</style>
background-color css
<style>
a { background-color: #6088FD; }
a { background-color: rgb(96,136,253); }
div.DivClassName
{
background-color: #6088FD;
}
.BgClassName
{
background-color: #6088FD;
}
</style>
border-color css
<style>
span { border-color: #6088FD; }
span { border-color: rgb(96,136,253); }
td.TdClassName
{
border-color: #6088FD;
}
.TagClassName
{
border-color: #6088FD;
}
</style>