Shades of Cornflower Blue #6D7FFD
Tints of Cornflower Blue #6D7FFD
RGB
CMYK
RGB Variations
Color information
#6D7FFD (or 0x6D7FFD) is known color: Cornflower Blue. HEX triplet: 6D, 7F and FD. RGB value is (109,127,253). Sum of RGB (Red+Green+Blue) = 109+127+253=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D7FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7FFD is #928002. Grayscale: #878787. Windows color (decimal): -9601027 or 16613229. OLE color: 16613229.
HSL color Cylindrical-coordinate representation of color #6D7FFD: hue angle of 232.5º 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 #6D7FFD is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 127 | 253 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.01 |
| HSL | 232.5º | 0.97% | 0.71% | - |
| HSV(B) | 232.5º | 0.57% | 0.99% | - |
| XYZ | 31.63 | 25.52 | 96.19 | - |
| YUV | 135.98 | 194.04 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 253 | 0.57 | 0.50 | 0 | 0.01 | 232.5 | 0.97 | 0.71 |
| Hex | 6D | 7F | FD | 39 | 32 | 0 | 1 | E8 | 61 | 47 |
| Octal | 155 | 177 | 375 | 71 | 62 | 0 | 1 | 350 | 141 | 107 |
| Binary | 1101101 | 1111111 | 11111101 | 111001 | 110010 | 0 | 1 | 11101000 | 1100001 | 1000111 |
Color Harmonies of #6D7FFD
Complementary color
Monochromatic Colors of #6D7FFD
Black with #6D7FFD
Text Example
Text Example
White with #6D7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7FFD; }
p { color: rgb(109,127,253); }
H1.HeaderClassName
{
color: #6D7FFD;
}
.AnyTagClassName
{
color: #6D7FFD;
}
</style>
background-color css
<style>
a { background-color: #6D7FFD; }
a { background-color: rgb(109,127,253); }
div.DivClassName
{
background-color: #6D7FFD;
}
.BgClassName
{
background-color: #6D7FFD;
}
</style>
border-color css
<style>
span { border-color: #6D7FFD; }
span { border-color: rgb(109,127,253); }
td.TdClassName
{
border-color: #6D7FFD;
}
.TagClassName
{
border-color: #6D7FFD;
}
</style>