Shades of Cornflower Blue #6277FE
Tints of Cornflower Blue #6277FE
RGB
CMYK
RGB Variations
Color information
#6277FE (or 0x6277FE) is known color: Cornflower Blue. HEX triplet: 62, 77 and FE. RGB value is (98,119,254). Sum of RGB (Red+Green+Blue) = 98+119+254=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #6277FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6277FE is #9D8801. Grayscale: #7F7F7F. Windows color (decimal): -10323970 or 16676706. OLE color: 16676706.
HSL color Cylindrical-coordinate representation of color #6277FE: hue angle of 231.92º 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 #6277FE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 119 | 254 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.00 |
| HSL | 231.92º | 0.99% | 0.69% | - |
| HSV(B) | 231.92º | 0.61% | 1% | - |
| XYZ | 29.52 | 22.95 | 96.64 | - |
| YUV | 128.11 | 199.04 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 254 | 0.61 | 0.53 | 0 | 0.00 | 231.92 | 0.99 | 0.69 |
| Hex | 62 | 77 | FE | 3D | 35 | 0 | 0 | E8 | 63 | 45 |
| Octal | 142 | 167 | 376 | 75 | 65 | 0 | 0 | 350 | 143 | 105 |
| Binary | 1100010 | 1110111 | 11111110 | 111101 | 110101 | 0 | 0 | 11101000 | 1100011 | 1000101 |
Color Harmonies of #6277FE
Complementary color
Monochromatic Colors of #6277FE
Black with #6277FE
Text Example
Text Example
White with #6277FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6277FE; }
p { color: rgb(98,119,254); }
H1.HeaderClassName
{
color: #6277FE;
}
.AnyTagClassName
{
color: #6277FE;
}
</style>
background-color css
<style>
a { background-color: #6277FE; }
a { background-color: rgb(98,119,254); }
div.DivClassName
{
background-color: #6277FE;
}
.BgClassName
{
background-color: #6277FE;
}
</style>
border-color css
<style>
span { border-color: #6277FE; }
span { border-color: rgb(98,119,254); }
td.TdClassName
{
border-color: #6277FE;
}
.TagClassName
{
border-color: #6277FE;
}
</style>