Shades of Cornflower Blue #6376E3
Tints of Cornflower Blue #6376E3
RGB
CMYK
RGB Variations
Color information
#6376E3 (or 0x6376E3) is known color: Cornflower Blue. HEX triplet: 63, 76 and E3. RGB value is (99,118,227). Sum of RGB (Red+Green+Blue) = 99+118+227=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #6376E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376E3 is #9C891C. Grayscale: #7C7C7C. Windows color (decimal): -10258717 or 14906979. OLE color: 14906979.
HSL color Cylindrical-coordinate representation of color #6376E3: hue angle of 231.09º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6376E3 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 118 | 227 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.11 |
| HSL | 231.09º | 0.7% | 0.64% | - |
| HSV(B) | 231.09º | 0.56% | 0.89% | - |
| XYZ | 25.49 | 21.16 | 75.41 | - |
| YUV | 124.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 227 | 0.56 | 0.48 | 0 | 0.11 | 231.09 | 0.7 | 0.64 |
| Hex | 63 | 76 | E3 | 38 | 30 | 0 | B | E7 | 46 | 40 |
| Octal | 143 | 166 | 343 | 70 | 60 | 0 | 13 | 347 | 106 | 100 |
| Binary | 1100011 | 1110110 | 11100011 | 111000 | 110000 | 0 | 1011 | 11100111 | 1000110 | 1000000 |
Color Harmonies of #6376E3
Complementary color
Monochromatic Colors of #6376E3
Black with #6376E3
Text Example
Text Example
White with #6376E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376E3; }
p { color: rgb(99,118,227); }
H1.HeaderClassName
{
color: #6376E3;
}
.AnyTagClassName
{
color: #6376E3;
}
</style>
background-color css
<style>
a { background-color: #6376E3; }
a { background-color: rgb(99,118,227); }
div.DivClassName
{
background-color: #6376E3;
}
.BgClassName
{
background-color: #6376E3;
}
</style>
border-color css
<style>
span { border-color: #6376E3; }
span { border-color: rgb(99,118,227); }
td.TdClassName
{
border-color: #6376E3;
}
.TagClassName
{
border-color: #6376E3;
}
</style>