Shades of Cornflower Blue #6481FF
Tints of Cornflower Blue #6481FF
RGB
CMYK
RGB Variations
Color information
#6481FF (or 0x6481FF) is known color: Cornflower Blue. HEX triplet: 64, 81 and FF. RGB value is (100,129,255). Sum of RGB (Red+Green+Blue) = 100+129+255=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #6481FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6481FF is #9B7E00. Grayscale: #868686. Windows color (decimal): -10190337 or 16744804. OLE color: 16744804.
HSL color Cylindrical-coordinate representation of color #6481FF: hue angle of 228.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6481FF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 129 | 255 | - |
| CMYK | 0.61 | 0.49 | 0 | 0 |
| HSL | 228.77º | 1% | 0.7% | - |
| HSV(B) | 228.77º | 0.61% | 1% | - |
| XYZ | 31.16 | 25.63 | 97.91 | - |
| YUV | 134.69 | 195.89 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 255 | 0.61 | 0.49 | 0 | 0 | 228.77 | 1 | 0.7 |
| Hex | 64 | 81 | FF | 3D | 31 | 0 | 0 | E5 | 64 | 46 |
| Octal | 144 | 201 | 377 | 75 | 61 | 0 | 0 | 345 | 144 | 106 |
| Binary | 1100100 | 10000001 | 11111111 | 111101 | 110001 | 0 | 0 | 11100101 | 1100100 | 1000110 |
Color Harmonies of #6481FF
Complementary color
Monochromatic Colors of #6481FF
Black with #6481FF
Text Example
Text Example
White with #6481FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6481FF; }
p { color: rgb(100,129,255); }
H1.HeaderClassName
{
color: #6481FF;
}
.AnyTagClassName
{
color: #6481FF;
}
</style>
background-color css
<style>
a { background-color: #6481FF; }
a { background-color: rgb(100,129,255); }
div.DivClassName
{
background-color: #6481FF;
}
.BgClassName
{
background-color: #6481FF;
}
</style>
border-color css
<style>
span { border-color: #6481FF; }
span { border-color: rgb(100,129,255); }
td.TdClassName
{
border-color: #6481FF;
}
.TagClassName
{
border-color: #6481FF;
}
</style>