Shades of Cornflower Blue #6C85FD
Tints of Cornflower Blue #6C85FD
RGB
CMYK
RGB Variations
Color information
#6C85FD (or 0x6C85FD) is known color: Cornflower Blue. HEX triplet: 6C, 85 and FD. RGB value is (108,133,253). Sum of RGB (Red+Green+Blue) = 108+133+253=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C85FD is #937A02. Grayscale: #8A8A8A. Windows color (decimal): -9665027 or 16614764. OLE color: 16614764.
HSL color Cylindrical-coordinate representation of color #6C85FD: hue angle of 229.66º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C85FD is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 133 | 253 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.01 |
| HSL | 229.66º | 0.97% | 0.71% | - |
| HSV(B) | 229.66º | 0.57% | 0.99% | - |
| XYZ | 32.3 | 27.06 | 96.45 | - |
| YUV | 139.21 | 192.22 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 253 | 0.57 | 0.47 | 0 | 0.01 | 229.66 | 0.97 | 0.71 |
| Hex | 6C | 85 | FD | 39 | 2F | 0 | 1 | E6 | 61 | 47 |
| Octal | 154 | 205 | 375 | 71 | 57 | 0 | 1 | 346 | 141 | 107 |
| Binary | 1101100 | 10000101 | 11111101 | 111001 | 101111 | 0 | 1 | 11100110 | 1100001 | 1000111 |
Color Harmonies of #6C85FD
Complementary color
Monochromatic Colors of #6C85FD
Black with #6C85FD
Text Example
Text Example
White with #6C85FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C85FD; }
p { color: rgb(108,133,253); }
H1.HeaderClassName
{
color: #6C85FD;
}
.AnyTagClassName
{
color: #6C85FD;
}
</style>
background-color css
<style>
a { background-color: #6C85FD; }
a { background-color: rgb(108,133,253); }
div.DivClassName
{
background-color: #6C85FD;
}
.BgClassName
{
background-color: #6C85FD;
}
</style>
border-color css
<style>
span { border-color: #6C85FD; }
span { border-color: rgb(108,133,253); }
td.TdClassName
{
border-color: #6C85FD;
}
.TagClassName
{
border-color: #6C85FD;
}
</style>