Shades of Cornflower Blue #619CDF
Tints of Cornflower Blue #619CDF
RGB
CMYK
RGB Variations
Color information
#619CDF (or 0x619CDF) is known color: Cornflower Blue. HEX triplet: 61, 9C and DF. RGB value is (97,156,223). Sum of RGB (Red+Green+Blue) = 97+156+223=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #619CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CDF is #9E6320. Grayscale: #919191. Windows color (decimal): -10380065 or 14654561. OLE color: 14654561.
HSL color Cylindrical-coordinate representation of color #619CDF: hue angle of 211.9º 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 #619CDF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 156 | 223 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.13 |
| HSL | 211.9º | 0.66% | 0.63% | - |
| HSV(B) | 211.9º | 0.57% | 0.87% | - |
| XYZ | 30.14 | 31.65 | 74.33 | - |
| YUV | 146 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 223 | 0.57 | 0.30 | 0 | 0.13 | 211.9 | 0.66 | 0.63 |
| Hex | 61 | 9C | DF | 39 | 1E | 0 | D | D4 | 42 | 3F |
| Octal | 141 | 234 | 337 | 71 | 36 | 0 | 15 | 324 | 102 | 77 |
| Binary | 1100001 | 10011100 | 11011111 | 111001 | 11110 | 0 | 1101 | 11010100 | 1000010 | 111111 |
Color Harmonies of #619CDF
Complementary color
Monochromatic Colors of #619CDF
Black with #619CDF
Text Example
Text Example
White with #619CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619CDF; }
p { color: rgb(97,156,223); }
H1.HeaderClassName
{
color: #619CDF;
}
.AnyTagClassName
{
color: #619CDF;
}
</style>
background-color css
<style>
a { background-color: #619CDF; }
a { background-color: rgb(97,156,223); }
div.DivClassName
{
background-color: #619CDF;
}
.BgClassName
{
background-color: #619CDF;
}
</style>
border-color css
<style>
span { border-color: #619CDF; }
span { border-color: rgb(97,156,223); }
td.TdClassName
{
border-color: #619CDF;
}
.TagClassName
{
border-color: #619CDF;
}
</style>