Shades of Cornflower Blue #6478FF
Tints of Cornflower Blue #6478FF
RGB
CMYK
RGB Variations
Color information
#6478FF (or 0x6478FF) is known color: Cornflower Blue. HEX triplet: 64, 78 and FF. RGB value is (100,120,255). Sum of RGB (Red+Green+Blue) = 100+120+255=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #6478FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6478FF is #9B8700. Grayscale: #808080. Windows color (decimal): -10192641 or 16742500. OLE color: 16742500.
HSL color Cylindrical-coordinate representation of color #6478FF: hue angle of 232.26º 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 #6478FF is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 120 | 255 | - |
| CMYK | 0.61 | 0.53 | 0 | 0 |
| HSL | 232.26º | 1% | 0.7% | - |
| HSV(B) | 232.26º | 0.61% | 1% | - |
| XYZ | 30.02 | 23.36 | 97.53 | - |
| YUV | 129.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 255 | 0.61 | 0.53 | 0 | 0 | 232.26 | 1 | 0.7 |
| Hex | 64 | 78 | FF | 3D | 35 | 0 | 0 | E8 | 64 | 46 |
| Octal | 144 | 170 | 377 | 75 | 65 | 0 | 0 | 350 | 144 | 106 |
| Binary | 1100100 | 1111000 | 11111111 | 111101 | 110101 | 0 | 0 | 11101000 | 1100100 | 1000110 |
Color Harmonies of #6478FF
Complementary color
Monochromatic Colors of #6478FF
Black with #6478FF
Text Example
Text Example
White with #6478FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6478FF; }
p { color: rgb(100,120,255); }
H1.HeaderClassName
{
color: #6478FF;
}
.AnyTagClassName
{
color: #6478FF;
}
</style>
background-color css
<style>
a { background-color: #6478FF; }
a { background-color: rgb(100,120,255); }
div.DivClassName
{
background-color: #6478FF;
}
.BgClassName
{
background-color: #6478FF;
}
</style>
border-color css
<style>
span { border-color: #6478FF; }
span { border-color: rgb(100,120,255); }
td.TdClassName
{
border-color: #6478FF;
}
.TagClassName
{
border-color: #6478FF;
}
</style>