#618EDA

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

Shades of Cornflower Blue #618EDA

Tints of Cornflower Blue #618EDA

Color information

#618EDA (or 0x618EDA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8E and DA. RGB value is (97,142,218). Sum of RGB (Red+Green+Blue) = 97+142+218=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #618EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EDA is #9E7125. Grayscale: #888888. Windows color (decimal): -10383654 or 14323297. OLE color: 14323297.

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

Color convert

RGB97142218-
CMYK0.560.3500.15
HSL217.69º62.05%61.76%-
HSV(B)217.69º55.5%85.49%-
XYZ27.2626.9570.09-
YUV137.21173.5999.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 218 (85.55% from 255) = 47.70%
R=21.23%
G=31.07%
B=47.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971422180.560.3500.15217.6962.0561.76
Hex618EDA38230Fda3e3e
Octal14121633270430173327676
Binary110000110001110110110101110001000110111111011010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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