#618FDA

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

Shades of Cornflower Blue #618FDA

Tints of Cornflower Blue #618FDA

Color information

#618FDA (or 0x618FDA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8F and DA. RGB value is (97,143,218). Sum of RGB (Red+Green+Blue) = 97+143+218=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #618FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FDA is #9E7025. Grayscale: #898989. Windows color (decimal): -10383398 or 14323553. OLE color: 14323553.

HSL color Cylindrical-coordinate representation of color #618FDA: hue angle of 217.19º 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 #618FDA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97143218-
CMYK0.560.3400.15
HSL217.19º62.05%61.76%-
HSV(B)217.19º55.5%85.49%-
XYZ27.4127.2570.14-
YUV137.8173.2698.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 218 (85.55% from 255) = 47.60%
R=21.18%
G=31.22%
B=47.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971432180.560.3400.15217.1962.0561.76
Hex618FDA38220Fd93e3e
Octal14121733270420173317676
Binary110000110001111110110101110001000100111111011001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,143,218); }

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

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

 a { background-color: rgb(97,143,218); }

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

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

 span { border-color: rgb(97,143,218); }

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