Shades of Cornflower Blue #6281FD
Tints of Cornflower Blue #6281FD
RGB
CMYK
RGB Variations
Color information
#6281FD (or 0x6281FD) is known color: Cornflower Blue. HEX triplet: 62, 81 and FD. RGB value is (98,129,253). Sum of RGB (Red+Green+Blue) = 98+129+253=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #6281FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281FD is #9D7E02. Grayscale: #858585. Windows color (decimal): -10321411 or 16613730. OLE color: 16613730.
HSL color Cylindrical-coordinate representation of color #6281FD: hue angle of 228º 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 #6281FD is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 129 | 253 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.01 |
| HSL | 228º | 0.97% | 0.69% | - |
| HSV(B) | 228º | 0.61% | 0.99% | - |
| XYZ | 30.62 | 25.39 | 96.22 | - |
| YUV | 133.87 | 195.23 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 253 | 0.61 | 0.49 | 0 | 0.01 | 228 | 0.97 | 0.69 |
| Hex | 62 | 81 | FD | 3D | 31 | 0 | 1 | E4 | 61 | 45 |
| Octal | 142 | 201 | 375 | 75 | 61 | 0 | 1 | 344 | 141 | 105 |
| Binary | 1100010 | 10000001 | 11111101 | 111101 | 110001 | 0 | 1 | 11100100 | 1100001 | 1000101 |
Color Harmonies of #6281FD
Complementary color
Monochromatic Colors of #6281FD
Black with #6281FD
Text Example
Text Example
White with #6281FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281FD; }
p { color: rgb(98,129,253); }
H1.HeaderClassName
{
color: #6281FD;
}
.AnyTagClassName
{
color: #6281FD;
}
</style>
background-color css
<style>
a { background-color: #6281FD; }
a { background-color: rgb(98,129,253); }
div.DivClassName
{
background-color: #6281FD;
}
.BgClassName
{
background-color: #6281FD;
}
</style>
border-color css
<style>
span { border-color: #6281FD; }
span { border-color: rgb(98,129,253); }
td.TdClassName
{
border-color: #6281FD;
}
.TagClassName
{
border-color: #6281FD;
}
</style>