Shades of Cornflower Blue #6B83FA
Tints of Cornflower Blue #6B83FA
RGB
CMYK
RGB Variations
Color information
#6B83FA (or 0x6B83FA) is known color: Cornflower Blue. HEX triplet: 6B, 83 and FA. RGB value is (107,131,250). Sum of RGB (Red+Green+Blue) = 107+131+250=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B83FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B83FA is #947C05. Grayscale: #888888. Windows color (decimal): -9731078 or 16417643. OLE color: 16417643.
HSL color Cylindrical-coordinate representation of color #6B83FA: hue angle of 229.93º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B83FA is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 131 | 250 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.02 |
| HSL | 229.93º | 0.93% | 0.7% | - |
| HSV(B) | 229.93º | 0.57% | 0.98% | - |
| XYZ | 31.44 | 26.26 | 93.85 | - |
| YUV | 137.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 250 | 0.57 | 0.48 | 0 | 0.02 | 229.93 | 0.93 | 0.7 |
| Hex | 6B | 83 | FA | 39 | 30 | 0 | 2 | E6 | 5D | 46 |
| Octal | 153 | 203 | 372 | 71 | 60 | 0 | 2 | 346 | 135 | 106 |
| Binary | 1101011 | 10000011 | 11111010 | 111001 | 110000 | 0 | 10 | 11100110 | 1011101 | 1000110 |
Color Harmonies of #6B83FA
Complementary color
Monochromatic Colors of #6B83FA
Black with #6B83FA
Text Example
Text Example
White with #6B83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B83FA; }
p { color: rgb(107,131,250); }
H1.HeaderClassName
{
color: #6B83FA;
}
.AnyTagClassName
{
color: #6B83FA;
}
</style>
background-color css
<style>
a { background-color: #6B83FA; }
a { background-color: rgb(107,131,250); }
div.DivClassName
{
background-color: #6B83FA;
}
.BgClassName
{
background-color: #6B83FA;
}
</style>
border-color css
<style>
span { border-color: #6B83FA; }
span { border-color: rgb(107,131,250); }
td.TdClassName
{
border-color: #6B83FA;
}
.TagClassName
{
border-color: #6B83FA;
}
</style>