Shades of Cornflower Blue #6385FD
Tints of Cornflower Blue #6385FD
RGB
CMYK
RGB Variations
Color information
#6385FD (or 0x6385FD) is known color: Cornflower Blue. HEX triplet: 63, 85 and FD. RGB value is (99,133,253). Sum of RGB (Red+Green+Blue) = 99+133+253=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #6385FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6385FD is #9C7A02. Grayscale: #888888. Windows color (decimal): -10254851 or 16614755. OLE color: 16614755.
HSL color Cylindrical-coordinate representation of color #6385FD: hue angle of 226.75º degrees, saturation: 0.97, 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 #6385FD is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 133 | 253 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.01 |
| HSL | 226.75º | 0.97% | 0.69% | - |
| HSV(B) | 226.75º | 0.61% | 0.99% | - |
| XYZ | 31.26 | 26.52 | 96.4 | - |
| YUV | 136.51 | 193.74 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 253 | 0.61 | 0.47 | 0 | 0.01 | 226.75 | 0.97 | 0.69 |
| Hex | 63 | 85 | FD | 3D | 2F | 0 | 1 | E3 | 61 | 45 |
| Octal | 143 | 205 | 375 | 75 | 57 | 0 | 1 | 343 | 141 | 105 |
| Binary | 1100011 | 10000101 | 11111101 | 111101 | 101111 | 0 | 1 | 11100011 | 1100001 | 1000101 |
Color Harmonies of #6385FD
Complementary color
Monochromatic Colors of #6385FD
Black with #6385FD
Text Example
Text Example
White with #6385FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385FD; }
p { color: rgb(99,133,253); }
H1.HeaderClassName
{
color: #6385FD;
}
.AnyTagClassName
{
color: #6385FD;
}
</style>
background-color css
<style>
a { background-color: #6385FD; }
a { background-color: rgb(99,133,253); }
div.DivClassName
{
background-color: #6385FD;
}
.BgClassName
{
background-color: #6385FD;
}
</style>
border-color css
<style>
span { border-color: #6385FD; }
span { border-color: rgb(99,133,253); }
td.TdClassName
{
border-color: #6385FD;
}
.TagClassName
{
border-color: #6385FD;
}
</style>