Shades of Cornflower Blue #6585FD
Tints of Cornflower Blue #6585FD
RGB
CMYK
RGB Variations
Color information
#6585FD (or 0x6585FD) is known color: Cornflower Blue. HEX triplet: 65, 85 and FD. RGB value is (101,133,253). Sum of RGB (Red+Green+Blue) = 101+133+253=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #6585FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6585FD is #9A7A02. Grayscale: #888888. Windows color (decimal): -10123779 or 16614757. OLE color: 16614757.
HSL color Cylindrical-coordinate representation of color #6585FD: hue angle of 227.37º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6585FD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 133 | 253 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.01 |
| HSL | 227.37º | 0.97% | 0.69% | - |
| HSV(B) | 227.37º | 0.6% | 0.99% | - |
| XYZ | 31.48 | 26.63 | 96.41 | - |
| YUV | 137.11 | 193.4 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 253 | 0.60 | 0.47 | 0 | 0.01 | 227.37 | 0.97 | 0.69 |
| Hex | 65 | 85 | FD | 3C | 2F | 0 | 1 | E3 | 61 | 45 |
| Octal | 145 | 205 | 375 | 74 | 57 | 0 | 1 | 343 | 141 | 105 |
| Binary | 1100101 | 10000101 | 11111101 | 111100 | 101111 | 0 | 1 | 11100011 | 1100001 | 1000101 |
Color Harmonies of #6585FD
Complementary color
Monochromatic Colors of #6585FD
Black with #6585FD
Text Example
Text Example
White with #6585FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6585FD; }
p { color: rgb(101,133,253); }
H1.HeaderClassName
{
color: #6585FD;
}
.AnyTagClassName
{
color: #6585FD;
}
</style>
background-color css
<style>
a { background-color: #6585FD; }
a { background-color: rgb(101,133,253); }
div.DivClassName
{
background-color: #6585FD;
}
.BgClassName
{
background-color: #6585FD;
}
</style>
border-color css
<style>
span { border-color: #6585FD; }
span { border-color: rgb(101,133,253); }
td.TdClassName
{
border-color: #6585FD;
}
.TagClassName
{
border-color: #6585FD;
}
</style>