#618AED

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

Shades of Cornflower Blue #618AED

Tints of Cornflower Blue #618AED

Color information

#618AED (or 0x618AED) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8A and ED. RGB value is (97,138,237). Sum of RGB (Red+Green+Blue) = 97+138+237=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #618AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618AED is #9E7512. Grayscale: #888888. Windows color (decimal): -10384659 or 15567457. OLE color: 15567457.

HSL color Cylindrical-coordinate representation of color #618AED: hue angle of 222.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #618AED is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97138237-
CMYK0.590.4200.07
HSL222.43º79.55%65.49%-
HSV(B)222.43º59.07%92.94%-
XYZ29.326.8383.76-
YUV137.03184.4299.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 237 (92.97% from 255) = 50.21%
R=20.55%
G=29.24%
B=50.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971382370.590.4200.07222.4379.5565.49
Hex618AED3B2A07de5041
Octal141212355735207336120101
Binary1100001100010101110110111101110101001111101111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,138,237); }

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

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

 a { background-color: rgb(97,138,237); }

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

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

 span { border-color: rgb(97,138,237); }

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