Shades of Cornflower Blue #6C83EB
Tints of Cornflower Blue #6C83EB
RGB
CMYK
RGB Variations
Color information
#6C83EB (or 0x6C83EB) is known color: Cornflower Blue. HEX triplet: 6C, 83 and EB. RGB value is (108,131,235). Sum of RGB (Red+Green+Blue) = 108+131+235=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C83EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C83EB is #937C14. Grayscale: #878787. Windows color (decimal): -9665557 or 15434604. OLE color: 15434604.
HSL color Cylindrical-coordinate representation of color #6C83EB: hue angle of 229.13º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C83EB is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 131 | 235 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.08 |
| HSL | 229.13º | 0.76% | 0.67% | - |
| HSV(B) | 229.13º | 0.54% | 0.92% | - |
| XYZ | 29.3 | 25.42 | 81.96 | - |
| YUV | 135.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 131 | 235 | 0.54 | 0.44 | 0 | 0.08 | 229.13 | 0.76 | 0.67 |
| Hex | 6C | 83 | EB | 36 | 2C | 0 | 8 | E5 | 4C | 43 |
| Octal | 154 | 203 | 353 | 66 | 54 | 0 | 10 | 345 | 114 | 103 |
| Binary | 1101100 | 10000011 | 11101011 | 110110 | 101100 | 0 | 1000 | 11100101 | 1001100 | 1000011 |
Color Harmonies of #6C83EB
Complementary color
Monochromatic Colors of #6C83EB
Black with #6C83EB
Text Example
Text Example
White with #6C83EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C83EB; }
p { color: rgb(108,131,235); }
H1.HeaderClassName
{
color: #6C83EB;
}
.AnyTagClassName
{
color: #6C83EB;
}
</style>
background-color css
<style>
a { background-color: #6C83EB; }
a { background-color: rgb(108,131,235); }
div.DivClassName
{
background-color: #6C83EB;
}
.BgClassName
{
background-color: #6C83EB;
}
</style>
border-color css
<style>
span { border-color: #6C83EB; }
span { border-color: rgb(108,131,235); }
td.TdClassName
{
border-color: #6C83EB;
}
.TagClassName
{
border-color: #6C83EB;
}
</style>