Shades of Cornflower Blue #6183DC
Tints of Cornflower Blue #6183DC
RGB
CMYK
RGB Variations
Color information
#6183DC (or 0x6183DC) is known color: Cornflower Blue. HEX triplet: 61, 83 and DC. RGB value is (97,131,220). Sum of RGB (Red+Green+Blue) = 97+131+220=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #6183DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6183DC is #9E7C23. Grayscale: #828282. Windows color (decimal): -10386468 or 14451553. OLE color: 14451553.
HSL color Cylindrical-coordinate representation of color #6183DC: hue angle of 223.41º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6183DC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 131 | 220 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.14 |
| HSL | 223.41º | 0.64% | 0.62% | - |
| HSV(B) | 223.41º | 0.56% | 0.86% | - |
| XYZ | 25.96 | 23.94 | 70.96 | - |
| YUV | 130.98 | 178.24 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 220 | 0.56 | 0.40 | 0 | 0.14 | 223.41 | 0.64 | 0.62 |
| Hex | 61 | 83 | DC | 38 | 28 | 0 | E | DF | 40 | 3E |
| Octal | 141 | 203 | 334 | 70 | 50 | 0 | 16 | 337 | 100 | 76 |
| Binary | 1100001 | 10000011 | 11011100 | 111000 | 101000 | 0 | 1110 | 11011111 | 1000000 | 111110 |
Color Harmonies of #6183DC
Complementary color
Monochromatic Colors of #6183DC
Black with #6183DC
Text Example
Text Example
White with #6183DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6183DC; }
p { color: rgb(97,131,220); }
H1.HeaderClassName
{
color: #6183DC;
}
.AnyTagClassName
{
color: #6183DC;
}
</style>
background-color css
<style>
a { background-color: #6183DC; }
a { background-color: rgb(97,131,220); }
div.DivClassName
{
background-color: #6183DC;
}
.BgClassName
{
background-color: #6183DC;
}
</style>
border-color css
<style>
span { border-color: #6183DC; }
span { border-color: rgb(97,131,220); }
td.TdClassName
{
border-color: #6183DC;
}
.TagClassName
{
border-color: #6183DC;
}
</style>