Shades of Cornflower Blue #6283FD
Tints of Cornflower Blue #6283FD
RGB
CMYK
RGB Variations
Color information
#6283FD (or 0x6283FD) is known color: Cornflower Blue. HEX triplet: 62, 83 and FD. RGB value is (98,131,253). Sum of RGB (Red+Green+Blue) = 98+131+253=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #6283FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6283FD is #9D7C02. Grayscale: #868686. Windows color (decimal): -10320899 or 16614242. OLE color: 16614242.
HSL color Cylindrical-coordinate representation of color #6283FD: hue angle of 227.23º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6283FD is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 131 | 253 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.01 |
| HSL | 227.23º | 0.97% | 0.69% | - |
| HSV(B) | 227.23º | 0.61% | 0.99% | - |
| XYZ | 30.88 | 25.92 | 96.3 | - |
| YUV | 135.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 253 | 0.61 | 0.48 | 0 | 0.01 | 227.23 | 0.97 | 0.69 |
| Hex | 62 | 83 | FD | 3D | 30 | 0 | 1 | E3 | 61 | 45 |
| Octal | 142 | 203 | 375 | 75 | 60 | 0 | 1 | 343 | 141 | 105 |
| Binary | 1100010 | 10000011 | 11111101 | 111101 | 110000 | 0 | 1 | 11100011 | 1100001 | 1000101 |
Color Harmonies of #6283FD
Complementary color
Monochromatic Colors of #6283FD
Black with #6283FD
Text Example
Text Example
White with #6283FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283FD; }
p { color: rgb(98,131,253); }
H1.HeaderClassName
{
color: #6283FD;
}
.AnyTagClassName
{
color: #6283FD;
}
</style>
background-color css
<style>
a { background-color: #6283FD; }
a { background-color: rgb(98,131,253); }
div.DivClassName
{
background-color: #6283FD;
}
.BgClassName
{
background-color: #6283FD;
}
</style>
border-color css
<style>
span { border-color: #6283FD; }
span { border-color: rgb(98,131,253); }
td.TdClassName
{
border-color: #6283FD;
}
.TagClassName
{
border-color: #6283FD;
}
</style>