Shades of Cornflower Blue #618ADC
Tints of Cornflower Blue #618ADC
RGB
CMYK
RGB Variations
Color information
#618ADC (or 0x618ADC) is known color: Cornflower Blue. HEX triplet: 61, 8A and DC. RGB value is (97,138,220). Sum of RGB (Red+Green+Blue) = 97+138+220=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #618ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ADC is #9E7523. Grayscale: #868686. Windows color (decimal): -10384676 or 14453345. OLE color: 14453345.
HSL color Cylindrical-coordinate representation of color #618ADC: hue angle of 220º 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 #618ADC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 138 | 220 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.14 |
| HSL | 220º | 0.64% | 0.62% | - |
| HSV(B) | 220º | 0.56% | 0.86% | - |
| XYZ | 26.94 | 25.89 | 71.29 | - |
| YUV | 135.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 220 | 0.56 | 0.37 | 0 | 0.14 | 220 | 0.64 | 0.62 |
| Hex | 61 | 8A | DC | 38 | 25 | 0 | E | DC | 40 | 3E |
| Octal | 141 | 212 | 334 | 70 | 45 | 0 | 16 | 334 | 100 | 76 |
| Binary | 1100001 | 10001010 | 11011100 | 111000 | 100101 | 0 | 1110 | 11011100 | 1000000 | 111110 |
Color Harmonies of #618ADC
Complementary color
Monochromatic Colors of #618ADC
Black with #618ADC
Text Example
Text Example
White with #618ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618ADC; }
p { color: rgb(97,138,220); }
H1.HeaderClassName
{
color: #618ADC;
}
.AnyTagClassName
{
color: #618ADC;
}
</style>
background-color css
<style>
a { background-color: #618ADC; }
a { background-color: rgb(97,138,220); }
div.DivClassName
{
background-color: #618ADC;
}
.BgClassName
{
background-color: #618ADC;
}
</style>
border-color css
<style>
span { border-color: #618ADC; }
span { border-color: rgb(97,138,220); }
td.TdClassName
{
border-color: #618ADC;
}
.TagClassName
{
border-color: #618ADC;
}
</style>