Shades of Cornflower Blue #6B83F3
Tints of Cornflower Blue #6B83F3
RGB
CMYK
RGB Variations
Color information
#6B83F3 (or 0x6B83F3) is known color: Cornflower Blue. HEX triplet: 6B, 83 and F3. RGB value is (107,131,243). Sum of RGB (Red+Green+Blue) = 107+131+243=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B83F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B83F3 is #947C0C. Grayscale: #888888. Windows color (decimal): -9731085 or 15958891. OLE color: 15958891.
HSL color Cylindrical-coordinate representation of color #6B83F3: hue angle of 229.41º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B83F3 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 131 | 243 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.05 |
| HSL | 229.41º | 0.85% | 0.69% | - |
| HSV(B) | 229.41º | 0.56% | 0.95% | - |
| XYZ | 30.36 | 25.83 | 88.18 | - |
| YUV | 136.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 243 | 0.56 | 0.46 | 0 | 0.05 | 229.41 | 0.85 | 0.69 |
| Hex | 6B | 83 | F3 | 38 | 2E | 0 | 5 | E5 | 55 | 45 |
| Octal | 153 | 203 | 363 | 70 | 56 | 0 | 5 | 345 | 125 | 105 |
| Binary | 1101011 | 10000011 | 11110011 | 111000 | 101110 | 0 | 101 | 11100101 | 1010101 | 1000101 |
Color Harmonies of #6B83F3
Complementary color
Monochromatic Colors of #6B83F3
Black with #6B83F3
Text Example
Text Example
White with #6B83F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B83F3; }
p { color: rgb(107,131,243); }
H1.HeaderClassName
{
color: #6B83F3;
}
.AnyTagClassName
{
color: #6B83F3;
}
</style>
background-color css
<style>
a { background-color: #6B83F3; }
a { background-color: rgb(107,131,243); }
div.DivClassName
{
background-color: #6B83F3;
}
.BgClassName
{
background-color: #6B83F3;
}
</style>
border-color css
<style>
span { border-color: #6B83F3; }
span { border-color: rgb(107,131,243); }
td.TdClassName
{
border-color: #6B83F3;
}
.TagClassName
{
border-color: #6B83F3;
}
</style>