Shades of Cornflower Blue #6182DF
Tints of Cornflower Blue #6182DF
RGB
CMYK
RGB Variations
Color information
#6182DF (or 0x6182DF) is known color: Cornflower Blue. HEX triplet: 61, 82 and DF. RGB value is (97,130,223). Sum of RGB (Red+Green+Blue) = 97+130+223=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #6182DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182DF is #9E7D20. Grayscale: #828282. Windows color (decimal): -10386721 or 14647905. OLE color: 14647905.
HSL color Cylindrical-coordinate representation of color #6182DF: hue angle of 224.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6182DF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 130 | 223 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.13 |
| HSL | 224.29º | 0.66% | 0.63% | - |
| HSV(B) | 224.29º | 0.57% | 0.87% | - |
| XYZ | 26.23 | 23.83 | 73.03 | - |
| YUV | 130.74 | 180.07 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 223 | 0.57 | 0.42 | 0 | 0.13 | 224.29 | 0.66 | 0.63 |
| Hex | 61 | 82 | DF | 39 | 2A | 0 | D | E0 | 42 | 3F |
| Octal | 141 | 202 | 337 | 71 | 52 | 0 | 15 | 340 | 102 | 77 |
| Binary | 1100001 | 10000010 | 11011111 | 111001 | 101010 | 0 | 1101 | 11100000 | 1000010 | 111111 |
Color Harmonies of #6182DF
Complementary color
Monochromatic Colors of #6182DF
Black with #6182DF
Text Example
Text Example
White with #6182DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182DF; }
p { color: rgb(97,130,223); }
H1.HeaderClassName
{
color: #6182DF;
}
.AnyTagClassName
{
color: #6182DF;
}
</style>
background-color css
<style>
a { background-color: #6182DF; }
a { background-color: rgb(97,130,223); }
div.DivClassName
{
background-color: #6182DF;
}
.BgClassName
{
background-color: #6182DF;
}
</style>
border-color css
<style>
span { border-color: #6182DF; }
span { border-color: rgb(97,130,223); }
td.TdClassName
{
border-color: #6182DF;
}
.TagClassName
{
border-color: #6182DF;
}
</style>