#618DF0

Color #618DF0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #618DF0

Tints of Cornflower Blue #618DF0

Color information

#618DF0 (or 0x618DF0) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8D and F0. RGB value is (97,141,240). Sum of RGB (Red+Green+Blue) = 97+141+240=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #618DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618DF0 is #9E720F. Grayscale: #8A8A8A. Windows color (decimal): -10383888 or 15764833. OLE color: 15764833.

HSL color Cylindrical-coordinate representation of color #618DF0: hue angle of 221.54º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #618DF0 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97141240-
CMYK0.600.4100.06
HSL221.54º82.66%66.08%-
HSV(B)221.54º59.58%94.12%-
XYZ30.1827.8886.23-
YUV139.13184.9297.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 240 (94.14% from 255) = 50.21%
R=20.29%
G=29.50%
B=50.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal971412400.600.4100.06221.5482.6666.08
Hex618DF03C2906de5342
Octal141215360745106336123102
Binary1100001100011011111000011110010100101101101111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618DF0; }

 p { color: rgb(97,141,240); }

 H1.HeaderClassName
 {
   color: #618DF0;
 }
 .AnyTagClassName
 {
   color: #618DF0;
 }
</style>
background-color css

<style>
 a { background-color: #618DF0; }

 a { background-color: rgb(97,141,240); }

 div.DivClassName
 {
   background-color: #618DF0;
 }
 .BgClassName
 {
   background-color: #618DF0;
 }
</style>
border-color css

<style>
 span { border-color: #618DF0; }

 span { border-color: rgb(97,141,240); }

 td.TdClassName
 {
   border-color: #618DF0;
 }
 .TagClassName
 {
   border-color: #618DF0;
 }
</style>