Shades of Cornflower Blue #6481FC
Tints of Cornflower Blue #6481FC
RGB
CMYK
RGB Variations
Color information
#6481FC (or 0x6481FC) is known color: Cornflower Blue. HEX triplet: 64, 81 and FC. RGB value is (100,129,252). Sum of RGB (Red+Green+Blue) = 100+129+252=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #6481FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6481FC is #9B7E03. Grayscale: #858585. Windows color (decimal): -10190340 or 16548196. OLE color: 16548196.
HSL color Cylindrical-coordinate representation of color #6481FC: hue angle of 228.55º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6481FC is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 129 | 252 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.01 |
| HSL | 228.55º | 0.96% | 0.69% | - |
| HSV(B) | 228.55º | 0.6% | 0.99% | - |
| XYZ | 30.68 | 25.44 | 95.39 | - |
| YUV | 134.35 | 194.39 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 252 | 0.60 | 0.49 | 0 | 0.01 | 228.55 | 0.96 | 0.69 |
| Hex | 64 | 81 | FC | 3C | 31 | 0 | 1 | E5 | 60 | 45 |
| Octal | 144 | 201 | 374 | 74 | 61 | 0 | 1 | 345 | 140 | 105 |
| Binary | 1100100 | 10000001 | 11111100 | 111100 | 110001 | 0 | 1 | 11100101 | 1100000 | 1000101 |
Color Harmonies of #6481FC
Complementary color
Monochromatic Colors of #6481FC
Black with #6481FC
Text Example
Text Example
White with #6481FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6481FC; }
p { color: rgb(100,129,252); }
H1.HeaderClassName
{
color: #6481FC;
}
.AnyTagClassName
{
color: #6481FC;
}
</style>
background-color css
<style>
a { background-color: #6481FC; }
a { background-color: rgb(100,129,252); }
div.DivClassName
{
background-color: #6481FC;
}
.BgClassName
{
background-color: #6481FC;
}
</style>
border-color css
<style>
span { border-color: #6481FC; }
span { border-color: rgb(100,129,252); }
td.TdClassName
{
border-color: #6481FC;
}
.TagClassName
{
border-color: #6481FC;
}
</style>