Shades of Cornflower Blue #6F83FF
Tints of Cornflower Blue #6F83FF
RGB
CMYK
RGB Variations
Color information
#6F83FF (or 0x6F83FF) is known color: Cornflower Blue. HEX triplet: 6F, 83 and FF. RGB value is (111,131,255). Sum of RGB (Red+Green+Blue) = 111+131+255=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F83FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F83FF is #907C00. Grayscale: #8A8A8A. Windows color (decimal): -9468929 or 16745327. OLE color: 16745327.
HSL color Cylindrical-coordinate representation of color #6F83FF: hue angle of 231.67º 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 #6F83FF is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 131 | 255 | - |
| CMYK | 0.56 | 0.49 | 0 | 0 |
| HSL | 231.67º | 1% | 0.72% | - |
| HSV(B) | 231.67º | 0.56% | 1% | - |
| XYZ | 32.72 | 26.83 | 98.06 | - |
| YUV | 139.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 255 | 0.56 | 0.49 | 0 | 0 | 231.67 | 1 | 0.72 |
| Hex | 6F | 83 | FF | 38 | 31 | 0 | 0 | E8 | 64 | 48 |
| Octal | 157 | 203 | 377 | 70 | 61 | 0 | 0 | 350 | 144 | 110 |
| Binary | 1101111 | 10000011 | 11111111 | 111000 | 110001 | 0 | 0 | 11101000 | 1100100 | 1001000 |
Color Harmonies of #6F83FF
Complementary color
Monochromatic Colors of #6F83FF
Black with #6F83FF
Text Example
Text Example
White with #6F83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F83FF; }
p { color: rgb(111,131,255); }
H1.HeaderClassName
{
color: #6F83FF;
}
.AnyTagClassName
{
color: #6F83FF;
}
</style>
background-color css
<style>
a { background-color: #6F83FF; }
a { background-color: rgb(111,131,255); }
div.DivClassName
{
background-color: #6F83FF;
}
.BgClassName
{
background-color: #6F83FF;
}
</style>
border-color css
<style>
span { border-color: #6F83FF; }
span { border-color: rgb(111,131,255); }
td.TdClassName
{
border-color: #6F83FF;
}
.TagClassName
{
border-color: #6F83FF;
}
</style>