Shades of Cornflower Blue #6983FF
Tints of Cornflower Blue #6983FF
RGB
CMYK
RGB Variations
Color information
#6983FF (or 0x6983FF) is known color: Cornflower Blue. HEX triplet: 69, 83 and FF. RGB value is (105,131,255). Sum of RGB (Red+Green+Blue) = 105+131+255=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #6983FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6983FF is #967C00. Grayscale: #888888. Windows color (decimal): -9862145 or 16745321. OLE color: 16745321.
HSL color Cylindrical-coordinate representation of color #6983FF: hue angle of 229.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6983FF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 131 | 255 | - |
| CMYK | 0.59 | 0.49 | 0 | 0 |
| HSL | 229.6º | 1% | 0.71% | - |
| HSV(B) | 229.6º | 0.59% | 1% | - |
| XYZ | 31.99 | 26.46 | 98.03 | - |
| YUV | 137.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 255 | 0.59 | 0.49 | 0 | 0 | 229.6 | 1 | 0.71 |
| Hex | 69 | 83 | FF | 3B | 31 | 0 | 0 | E6 | 64 | 47 |
| Octal | 151 | 203 | 377 | 73 | 61 | 0 | 0 | 346 | 144 | 107 |
| Binary | 1101001 | 10000011 | 11111111 | 111011 | 110001 | 0 | 0 | 11100110 | 1100100 | 1000111 |
Color Harmonies of #6983FF
Complementary color
Monochromatic Colors of #6983FF
Black with #6983FF
Text Example
Text Example
White with #6983FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6983FF; }
p { color: rgb(105,131,255); }
H1.HeaderClassName
{
color: #6983FF;
}
.AnyTagClassName
{
color: #6983FF;
}
</style>
background-color css
<style>
a { background-color: #6983FF; }
a { background-color: rgb(105,131,255); }
div.DivClassName
{
background-color: #6983FF;
}
.BgClassName
{
background-color: #6983FF;
}
</style>
border-color css
<style>
span { border-color: #6983FF; }
span { border-color: rgb(105,131,255); }
td.TdClassName
{
border-color: #6983FF;
}
.TagClassName
{
border-color: #6983FF;
}
</style>