#618BDE

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

Shades of Cornflower Blue #618BDE

Tints of Cornflower Blue #618BDE

Color information

#618BDE (or 0x618BDE) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8B and DE. RGB value is (97,139,222). Sum of RGB (Red+Green+Blue) = 97+139+222=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #618BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BDE is #9E7421. Grayscale: #878787. Windows color (decimal): -10384418 or 14584673. OLE color: 14584673.

HSL color Cylindrical-coordinate representation of color #618BDE: hue angle of 219.84º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618BDE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97139222-
CMYK0.560.3700.13
HSL219.84º65.45%62.55%-
HSV(B)219.84º56.31%87.06%-
XYZ27.3526.2872.74-
YUV135.9176.59100.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 222 (87.11% from 255) = 48.47%
R=21.18%
G=30.35%
B=48.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971392220.560.3700.13219.8465.4562.55
Hex618BDE38250Ddc413f
Octal141213336704501533410177
Binary1100001100010111101111011100010010101101110111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,139,222); }

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

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

 a { background-color: rgb(97,139,222); }

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

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

 span { border-color: rgb(97,139,222); }

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