Shades of Cornflower Blue #6278FA
Tints of Cornflower Blue #6278FA
RGB
CMYK
RGB Variations
Color information
#6278FA (or 0x6278FA) is known color: Cornflower Blue. HEX triplet: 62, 78 and FA. RGB value is (98,120,250). Sum of RGB (Red+Green+Blue) = 98+120+250=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #6278FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6278FA is #9D8705. Grayscale: #7F7F7F. Windows color (decimal): -10323718 or 16414818. OLE color: 16414818.
HSL color Cylindrical-coordinate representation of color #6278FA: hue angle of 231.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6278FA is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 120 | 250 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.02 |
| HSL | 231.32º | 0.94% | 0.68% | - |
| HSV(B) | 231.32º | 0.61% | 0.98% | - |
| XYZ | 29.01 | 22.93 | 93.34 | - |
| YUV | 128.24 | 196.71 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 250 | 0.61 | 0.52 | 0 | 0.02 | 231.32 | 0.94 | 0.68 |
| Hex | 62 | 78 | FA | 3D | 34 | 0 | 2 | E7 | 5E | 44 |
| Octal | 142 | 170 | 372 | 75 | 64 | 0 | 2 | 347 | 136 | 104 |
| Binary | 1100010 | 1111000 | 11111010 | 111101 | 110100 | 0 | 10 | 11100111 | 1011110 | 1000100 |
Color Harmonies of #6278FA
Complementary color
Monochromatic Colors of #6278FA
Black with #6278FA
Text Example
Text Example
White with #6278FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6278FA; }
p { color: rgb(98,120,250); }
H1.HeaderClassName
{
color: #6278FA;
}
.AnyTagClassName
{
color: #6278FA;
}
</style>
background-color css
<style>
a { background-color: #6278FA; }
a { background-color: rgb(98,120,250); }
div.DivClassName
{
background-color: #6278FA;
}
.BgClassName
{
background-color: #6278FA;
}
</style>
border-color css
<style>
span { border-color: #6278FA; }
span { border-color: rgb(98,120,250); }
td.TdClassName
{
border-color: #6278FA;
}
.TagClassName
{
border-color: #6278FA;
}
</style>