Shades of Cornflower Blue #6395FE
Tints of Cornflower Blue #6395FE
RGB
CMYK
RGB Variations
Color information
#6395FE (or 0x6395FE) is known color: Cornflower Blue. HEX triplet: 63, 95 and FE. RGB value is (99,149,254). Sum of RGB (Red+Green+Blue) = 99+149+254=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #6395FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6395FE is #9C6A01. Grayscale: #919191. Windows color (decimal): -10250754 or 16684387. OLE color: 16684387.
HSL color Cylindrical-coordinate representation of color #6395FE: hue angle of 220.65º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6395FE is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 149 | 254 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.00 |
| HSL | 220.65º | 0.99% | 0.69% | - |
| HSV(B) | 220.65º | 0.61% | 1% | - |
| XYZ | 33.78 | 31.3 | 98.03 | - |
| YUV | 146.02 | 188.94 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 254 | 0.61 | 0.41 | 0 | 0.00 | 220.65 | 0.99 | 0.69 |
| Hex | 63 | 95 | FE | 3D | 29 | 0 | 0 | DD | 63 | 45 |
| Octal | 143 | 225 | 376 | 75 | 51 | 0 | 0 | 335 | 143 | 105 |
| Binary | 1100011 | 10010101 | 11111110 | 111101 | 101001 | 0 | 0 | 11011101 | 1100011 | 1000101 |
Color Harmonies of #6395FE
Complementary color
Monochromatic Colors of #6395FE
Black with #6395FE
Text Example
Text Example
White with #6395FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6395FE; }
p { color: rgb(99,149,254); }
H1.HeaderClassName
{
color: #6395FE;
}
.AnyTagClassName
{
color: #6395FE;
}
</style>
background-color css
<style>
a { background-color: #6395FE; }
a { background-color: rgb(99,149,254); }
div.DivClassName
{
background-color: #6395FE;
}
.BgClassName
{
background-color: #6395FE;
}
</style>
border-color css
<style>
span { border-color: #6395FE; }
span { border-color: rgb(99,149,254); }
td.TdClassName
{
border-color: #6395FE;
}
.TagClassName
{
border-color: #6395FE;
}
</style>