Shades of Cornflower Blue #6376E4
Tints of Cornflower Blue #6376E4
RGB
CMYK
RGB Variations
Color information
#6376E4 (or 0x6376E4) is known color: Cornflower Blue. HEX triplet: 63, 76 and E4. RGB value is (99,118,228). Sum of RGB (Red+Green+Blue) = 99+118+228=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #6376E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376E4 is #9C891B. Grayscale: #7C7C7C. Windows color (decimal): -10258716 or 14972515. OLE color: 14972515.
HSL color Cylindrical-coordinate representation of color #6376E4: hue angle of 231.16º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6376E4 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 118 | 228 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.11 |
| HSL | 231.16º | 0.7% | 0.64% | - |
| HSV(B) | 231.16º | 0.57% | 0.89% | - |
| XYZ | 25.63 | 21.21 | 76.14 | - |
| YUV | 124.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 228 | 0.57 | 0.48 | 0 | 0.11 | 231.16 | 0.7 | 0.64 |
| Hex | 63 | 76 | E4 | 39 | 30 | 0 | B | E7 | 46 | 40 |
| Octal | 143 | 166 | 344 | 71 | 60 | 0 | 13 | 347 | 106 | 100 |
| Binary | 1100011 | 1110110 | 11100100 | 111001 | 110000 | 0 | 1011 | 11100111 | 1000110 | 1000000 |
Color Harmonies of #6376E4
Complementary color
Monochromatic Colors of #6376E4
Black with #6376E4
Text Example
Text Example
White with #6376E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376E4; }
p { color: rgb(99,118,228); }
H1.HeaderClassName
{
color: #6376E4;
}
.AnyTagClassName
{
color: #6376E4;
}
</style>
background-color css
<style>
a { background-color: #6376E4; }
a { background-color: rgb(99,118,228); }
div.DivClassName
{
background-color: #6376E4;
}
.BgClassName
{
background-color: #6376E4;
}
</style>
border-color css
<style>
span { border-color: #6376E4; }
span { border-color: rgb(99,118,228); }
td.TdClassName
{
border-color: #6376E4;
}
.TagClassName
{
border-color: #6376E4;
}
</style>