Shades of Cornflower Blue #6377EC
Tints of Cornflower Blue #6377EC
RGB
CMYK
RGB Variations
Color information
#6377EC (or 0x6377EC) is known color: Cornflower Blue. HEX triplet: 63, 77 and EC. RGB value is (99,119,236). Sum of RGB (Red+Green+Blue) = 99+119+236=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #6377EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6377EC is #9C8813. Grayscale: #7D7D7D. Windows color (decimal): -10258452 or 15497059. OLE color: 15497059.
HSL color Cylindrical-coordinate representation of color #6377EC: hue angle of 231.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6377EC is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 119 | 236 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.07 |
| HSL | 231.24º | 0.78% | 0.66% | - |
| HSV(B) | 231.24º | 0.58% | 0.93% | - |
| XYZ | 26.88 | 21.9 | 82.17 | - |
| YUV | 126.36 | 189.87 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 119 | 236 | 0.58 | 0.50 | 0 | 0.07 | 231.24 | 0.78 | 0.66 |
| Hex | 63 | 77 | EC | 3A | 32 | 0 | 7 | E7 | 4E | 42 |
| Octal | 143 | 167 | 354 | 72 | 62 | 0 | 7 | 347 | 116 | 102 |
| Binary | 1100011 | 1110111 | 11101100 | 111010 | 110010 | 0 | 111 | 11100111 | 1001110 | 1000010 |
Color Harmonies of #6377EC
Complementary color
Monochromatic Colors of #6377EC
Black with #6377EC
Text Example
Text Example
White with #6377EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6377EC; }
p { color: rgb(99,119,236); }
H1.HeaderClassName
{
color: #6377EC;
}
.AnyTagClassName
{
color: #6377EC;
}
</style>
background-color css
<style>
a { background-color: #6377EC; }
a { background-color: rgb(99,119,236); }
div.DivClassName
{
background-color: #6377EC;
}
.BgClassName
{
background-color: #6377EC;
}
</style>
border-color css
<style>
span { border-color: #6377EC; }
span { border-color: rgb(99,119,236); }
td.TdClassName
{
border-color: #6377EC;
}
.TagClassName
{
border-color: #6377EC;
}
</style>