#614DE2

Color #614DE2 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #614DE2

Tints of Slate Blue #614DE2

Color information

#614DE2 (or 0x614DE2) is unknown color: approx Slate Blue. HEX triplet: 61, 4D and E2. RGB value is (97,77,226). Sum of RGB (Red+Green+Blue) = 97+77+226=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 226 (88.67% from 255 or 56.5% from 400); Max value from RGB is 226 - color contains mainly: blue. Hex color #614DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DE2 is #9EB21D. Grayscale: #636363. Windows color (decimal): -10400286 or 14830945. OLE color: 14830945.

HSL color Cylindrical-coordinate representation of color #614DE2: hue angle of 248.05º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #614DE2 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9777226-
CMYK0.570.6600.11
HSL248.05º71.98%59.41%-
HSV(B)248.05º65.93%88.63%-
XYZ21.3113.3473.4-
YUV99.97199.13125.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 77 (30.47% from 255) = 19.25%
BLUE value IS 226 (88.67% from 255) = 56.5%
R=24.25%
G=19.25%
B=56.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal97772260.570.6600.11248.0571.9859.41
Hex614DE239420Bf8483b
Octal1411153427110201337011073
Binary1100001100110111100010111001100001001011111110001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614DE2; }

 p { color: rgb(97,77,226); }

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

<style>
 a { background-color: #614DE2; }

 a { background-color: rgb(97,77,226); }

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

<style>
 span { border-color: #614DE2; }

 span { border-color: rgb(97,77,226); }

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