Shades of Cornflower Blue #6482FE
Tints of Cornflower Blue #6482FE
RGB
CMYK
RGB Variations
Color information
#6482FE (or 0x6482FE) is known color: Cornflower Blue. HEX triplet: 64, 82 and FE. RGB value is (100,130,254). Sum of RGB (Red+Green+Blue) = 100+130+254=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #6482FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6482FE is #9B7D01. Grayscale: #868686. Windows color (decimal): -10190082 or 16679524. OLE color: 16679524.
HSL color Cylindrical-coordinate representation of color #6482FE: hue angle of 228.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6482FE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 130 | 254 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.00 |
| HSL | 228.31º | 0.99% | 0.69% | - |
| HSV(B) | 228.31º | 0.61% | 1% | - |
| XYZ | 31.13 | 25.83 | 97.11 | - |
| YUV | 135.17 | 195.06 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 254 | 0.61 | 0.49 | 0 | 0.00 | 228.31 | 0.99 | 0.69 |
| Hex | 64 | 82 | FE | 3D | 31 | 0 | 0 | E4 | 63 | 45 |
| Octal | 144 | 202 | 376 | 75 | 61 | 0 | 0 | 344 | 143 | 105 |
| Binary | 1100100 | 10000010 | 11111110 | 111101 | 110001 | 0 | 0 | 11100100 | 1100011 | 1000101 |
Color Harmonies of #6482FE
Complementary color
Monochromatic Colors of #6482FE
Black with #6482FE
Text Example
Text Example
White with #6482FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6482FE; }
p { color: rgb(100,130,254); }
H1.HeaderClassName
{
color: #6482FE;
}
.AnyTagClassName
{
color: #6482FE;
}
</style>
background-color css
<style>
a { background-color: #6482FE; }
a { background-color: rgb(100,130,254); }
div.DivClassName
{
background-color: #6482FE;
}
.BgClassName
{
background-color: #6482FE;
}
</style>
border-color css
<style>
span { border-color: #6482FE; }
span { border-color: rgb(100,130,254); }
td.TdClassName
{
border-color: #6482FE;
}
.TagClassName
{
border-color: #6482FE;
}
</style>