Shades of Cornflower Blue #618DDA
Tints of Cornflower Blue #618DDA
RGB
CMYK
RGB Variations
Color information
#618DDA (or 0x618DDA) is known color: Cornflower Blue. HEX triplet: 61, 8D and DA. RGB value is (97,141,218). Sum of RGB (Red+Green+Blue) = 97+141+218=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #618DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DDA is #9E7225. Grayscale: #888888. Windows color (decimal): -10383910 or 14323041. OLE color: 14323041.
HSL color Cylindrical-coordinate representation of color #618DDA: hue angle of 218.18º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618DDA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 141 | 218 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.15 |
| HSL | 218.18º | 0.62% | 0.62% | - |
| HSV(B) | 218.18º | 0.56% | 0.85% | - |
| XYZ | 27.11 | 26.65 | 70.05 | - |
| YUV | 136.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 218 | 0.56 | 0.35 | 0 | 0.15 | 218.18 | 0.62 | 0.62 |
| Hex | 61 | 8D | DA | 38 | 23 | 0 | F | DA | 3E | 3E |
| Octal | 141 | 215 | 332 | 70 | 43 | 0 | 17 | 332 | 76 | 76 |
| Binary | 1100001 | 10001101 | 11011010 | 111000 | 100011 | 0 | 1111 | 11011010 | 111110 | 111110 |
Color Harmonies of #618DDA
Complementary color
Monochromatic Colors of #618DDA
Black with #618DDA
Text Example
Text Example
White with #618DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DDA; }
p { color: rgb(97,141,218); }
H1.HeaderClassName
{
color: #618DDA;
}
.AnyTagClassName
{
color: #618DDA;
}
</style>
background-color css
<style>
a { background-color: #618DDA; }
a { background-color: rgb(97,141,218); }
div.DivClassName
{
background-color: #618DDA;
}
.BgClassName
{
background-color: #618DDA;
}
</style>
border-color css
<style>
span { border-color: #618DDA; }
span { border-color: rgb(97,141,218); }
td.TdClassName
{
border-color: #618DDA;
}
.TagClassName
{
border-color: #618DDA;
}
</style>