Shades of Cornflower Blue #6379FB
Tints of Cornflower Blue #6379FB
RGB
CMYK
RGB Variations
Color information
#6379FB (or 0x6379FB) is known color: Cornflower Blue. HEX triplet: 63, 79 and FB. RGB value is (99,121,251). Sum of RGB (Red+Green+Blue) = 99+121+251=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #6379FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6379FB is #9C8604. Grayscale: #808080. Windows color (decimal): -10257925 or 16480611. OLE color: 16480611.
HSL color Cylindrical-coordinate representation of color #6379FB: hue angle of 231.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6379FB is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 121 | 251 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.02 |
| HSL | 231.32º | 0.95% | 0.69% | - |
| HSV(B) | 231.32º | 0.61% | 0.98% | - |
| XYZ | 29.4 | 23.29 | 94.21 | - |
| YUV | 129.24 | 196.71 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 251 | 0.61 | 0.52 | 0 | 0.02 | 231.32 | 0.95 | 0.69 |
| Hex | 63 | 79 | FB | 3D | 34 | 0 | 2 | E7 | 5F | 45 |
| Octal | 143 | 171 | 373 | 75 | 64 | 0 | 2 | 347 | 137 | 105 |
| Binary | 1100011 | 1111001 | 11111011 | 111101 | 110100 | 0 | 10 | 11100111 | 1011111 | 1000101 |
Color Harmonies of #6379FB
Complementary color
Monochromatic Colors of #6379FB
Black with #6379FB
Text Example
Text Example
White with #6379FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6379FB; }
p { color: rgb(99,121,251); }
H1.HeaderClassName
{
color: #6379FB;
}
.AnyTagClassName
{
color: #6379FB;
}
</style>
background-color css
<style>
a { background-color: #6379FB; }
a { background-color: rgb(99,121,251); }
div.DivClassName
{
background-color: #6379FB;
}
.BgClassName
{
background-color: #6379FB;
}
</style>
border-color css
<style>
span { border-color: #6379FB; }
span { border-color: rgb(99,121,251); }
td.TdClassName
{
border-color: #6379FB;
}
.TagClassName
{
border-color: #6379FB;
}
</style>