Shades of Cornflower Blue #6F82FF
Tints of Cornflower Blue #6F82FF
RGB
CMYK
RGB Variations
Color information
#6F82FF (or 0x6F82FF) is known color: Cornflower Blue. HEX triplet: 6F, 82 and FF. RGB value is (111,130,255). Sum of RGB (Red+Green+Blue) = 111+130+255=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F82FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F82FF is #907D00. Grayscale: #8A8A8A. Windows color (decimal): -9469185 or 16745071. OLE color: 16745071.
HSL color Cylindrical-coordinate representation of color #6F82FF: hue angle of 232.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F82FF is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 130 | 255 | - |
| CMYK | 0.56 | 0.49 | 0 | 0 |
| HSL | 232.08º | 1% | 0.72% | - |
| HSV(B) | 232.08º | 0.56% | 1% | - |
| XYZ | 32.59 | 26.56 | 98.02 | - |
| YUV | 138.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 255 | 0.56 | 0.49 | 0 | 0 | 232.08 | 1 | 0.72 |
| Hex | 6F | 82 | FF | 38 | 31 | 0 | 0 | E8 | 64 | 48 |
| Octal | 157 | 202 | 377 | 70 | 61 | 0 | 0 | 350 | 144 | 110 |
| Binary | 1101111 | 10000010 | 11111111 | 111000 | 110001 | 0 | 0 | 11101000 | 1100100 | 1001000 |
Color Harmonies of #6F82FF
Complementary color
Monochromatic Colors of #6F82FF
Black with #6F82FF
Text Example
Text Example
White with #6F82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F82FF; }
p { color: rgb(111,130,255); }
H1.HeaderClassName
{
color: #6F82FF;
}
.AnyTagClassName
{
color: #6F82FF;
}
</style>
background-color css
<style>
a { background-color: #6F82FF; }
a { background-color: rgb(111,130,255); }
div.DivClassName
{
background-color: #6F82FF;
}
.BgClassName
{
background-color: #6F82FF;
}
</style>
border-color css
<style>
span { border-color: #6F82FF; }
span { border-color: rgb(111,130,255); }
td.TdClassName
{
border-color: #6F82FF;
}
.TagClassName
{
border-color: #6F82FF;
}
</style>