Shades of Cornflower Blue #6379FC
Tints of Cornflower Blue #6379FC
RGB
CMYK
RGB Variations
Color information
#6379FC (or 0x6379FC) is known color: Cornflower Blue. HEX triplet: 63, 79 and FC. RGB value is (99,121,252). Sum of RGB (Red+Green+Blue) = 99+121+252=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #6379FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6379FC is #9C8603. Grayscale: #808080. Windows color (decimal): -10257924 or 16546147. OLE color: 16546147.
HSL color Cylindrical-coordinate representation of color #6379FC: hue angle of 231.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6379FC is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 121 | 252 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.01 |
| HSL | 231.37º | 0.96% | 0.69% | - |
| HSV(B) | 231.37º | 0.61% | 0.99% | - |
| XYZ | 29.55 | 23.36 | 95.05 | - |
| YUV | 129.36 | 197.21 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 252 | 0.61 | 0.52 | 0 | 0.01 | 231.37 | 0.96 | 0.69 |
| Hex | 63 | 79 | FC | 3D | 34 | 0 | 1 | E7 | 60 | 45 |
| Octal | 143 | 171 | 374 | 75 | 64 | 0 | 1 | 347 | 140 | 105 |
| Binary | 1100011 | 1111001 | 11111100 | 111101 | 110100 | 0 | 1 | 11100111 | 1100000 | 1000101 |
Color Harmonies of #6379FC
Complementary color
Monochromatic Colors of #6379FC
Black with #6379FC
Text Example
Text Example
White with #6379FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6379FC; }
p { color: rgb(99,121,252); }
H1.HeaderClassName
{
color: #6379FC;
}
.AnyTagClassName
{
color: #6379FC;
}
</style>
background-color css
<style>
a { background-color: #6379FC; }
a { background-color: rgb(99,121,252); }
div.DivClassName
{
background-color: #6379FC;
}
.BgClassName
{
background-color: #6379FC;
}
</style>
border-color css
<style>
span { border-color: #6379FC; }
span { border-color: rgb(99,121,252); }
td.TdClassName
{
border-color: #6379FC;
}
.TagClassName
{
border-color: #6379FC;
}
</style>