Shades of Cornflower Blue #6F7FDA
Tints of Cornflower Blue #6F7FDA
RGB
CMYK
RGB Variations
Color information
#6F7FDA (or 0x6F7FDA) is known color: Cornflower Blue. HEX triplet: 6F, 7F and DA. RGB value is (111,127,218). Sum of RGB (Red+Green+Blue) = 111+127+218=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F7FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FDA is #908025. Grayscale: #848484. Windows color (decimal): -9469990 or 14319471. OLE color: 14319471.
HSL color Cylindrical-coordinate representation of color #6F7FDA: hue angle of 231.03º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F7FDA is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 127 | 218 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.15 |
| HSL | 231.03º | 0.59% | 0.65% | - |
| HSV(B) | 231.03º | 0.49% | 0.85% | - |
| XYZ | 26.8 | 23.62 | 69.48 | - |
| YUV | 132.59 | 176.2 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 218 | 0.49 | 0.42 | 0 | 0.15 | 231.03 | 0.59 | 0.65 |
| Hex | 6F | 7F | DA | 31 | 2A | 0 | F | E7 | 3B | 41 |
| Octal | 157 | 177 | 332 | 61 | 52 | 0 | 17 | 347 | 73 | 101 |
| Binary | 1101111 | 1111111 | 11011010 | 110001 | 101010 | 0 | 1111 | 11100111 | 111011 | 1000001 |
Color Harmonies of #6F7FDA
Complementary color
Monochromatic Colors of #6F7FDA
Black with #6F7FDA
Text Example
Text Example
White with #6F7FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7FDA; }
p { color: rgb(111,127,218); }
H1.HeaderClassName
{
color: #6F7FDA;
}
.AnyTagClassName
{
color: #6F7FDA;
}
</style>
background-color css
<style>
a { background-color: #6F7FDA; }
a { background-color: rgb(111,127,218); }
div.DivClassName
{
background-color: #6F7FDA;
}
.BgClassName
{
background-color: #6F7FDA;
}
</style>
border-color css
<style>
span { border-color: #6F7FDA; }
span { border-color: rgb(111,127,218); }
td.TdClassName
{
border-color: #6F7FDA;
}
.TagClassName
{
border-color: #6F7FDA;
}
</style>