Shades of Cornflower Blue #6380FA
Tints of Cornflower Blue #6380FA
RGB
CMYK
RGB Variations
Color information
#6380FA (or 0x6380FA) is known color: Cornflower Blue. HEX triplet: 63, 80 and FA. RGB value is (99,128,250). Sum of RGB (Red+Green+Blue) = 99+128+250=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #6380FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6380FA is #9C7F05. Grayscale: #848484. Windows color (decimal): -10256134 or 16416867. OLE color: 16416867.
HSL color Cylindrical-coordinate representation of color #6380FA: hue angle of 228.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6380FA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 128 | 250 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.02 |
| HSL | 228.48º | 0.94% | 0.68% | - |
| HSV(B) | 228.48º | 0.6% | 0.98% | - |
| XYZ | 30.12 | 24.99 | 93.68 | - |
| YUV | 133.24 | 193.89 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 250 | 0.60 | 0.49 | 0 | 0.02 | 228.48 | 0.94 | 0.68 |
| Hex | 63 | 80 | FA | 3C | 31 | 0 | 2 | E4 | 5E | 44 |
| Octal | 143 | 200 | 372 | 74 | 61 | 0 | 2 | 344 | 136 | 104 |
| Binary | 1100011 | 10000000 | 11111010 | 111100 | 110001 | 0 | 10 | 11100100 | 1011110 | 1000100 |
Color Harmonies of #6380FA
Complementary color
Monochromatic Colors of #6380FA
Black with #6380FA
Text Example
Text Example
White with #6380FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6380FA; }
p { color: rgb(99,128,250); }
H1.HeaderClassName
{
color: #6380FA;
}
.AnyTagClassName
{
color: #6380FA;
}
</style>
background-color css
<style>
a { background-color: #6380FA; }
a { background-color: rgb(99,128,250); }
div.DivClassName
{
background-color: #6380FA;
}
.BgClassName
{
background-color: #6380FA;
}
</style>
border-color css
<style>
span { border-color: #6380FA; }
span { border-color: rgb(99,128,250); }
td.TdClassName
{
border-color: #6380FA;
}
.TagClassName
{
border-color: #6380FA;
}
</style>