Html Css Color HEX #614EE0 Slate Blue

📋 copy color: '#614EE0'

red 97 ◦ green 78 ◦ blue 224

#614EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #614EE0

Tints of Slate Blue #614EE0

RGB

 RED value IS 97 (38.28% from 255) = 24.31%

 GREEN value IS 78 (30.86% from 255) = 19.55%

 BLUE value IS 224 (87.89% from 255) = 56.14%

R = 24.31%
G = 19.55%
B = 56.14%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#614EE0 (or 0x614EE0) is known color: Slate Blue. HEX triplet: 61, 4E and E0. RGB value is (97,78,224). Sum of RGB (Red+Green+Blue) = 97+78+224=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #614EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EE0 is #9EB11F. Grayscale: #636363. Windows color (decimal): -10400032 or 14700129. OLE color: 14700129.

HSL color Cylindrical-coordinate representation of color #614EE0: hue angle of 247.81º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614EE0 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 78 224 -
CMYK 0.57 0.65 0 0.12
HSL 247.81º 0.7% 0.59% -
HSV(B) 247.81º 0.65% 0.88% -
XYZ 21.11 13.37 71.99 -
YUV 100.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 97 78 224 0.57 0.65 0 0.12 247.81 0.7 0.59
Hex 61 4E E0 39 41 0 C F8 46 3B
Octal 141 116 340 71 101 0 14 370 106 73
Binary 1100001 1001110 11100000 111001 1000001 0 1100 11111000 1000110 111011

Color Harmonies of #614EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EE0

Black with #614EE0

Text Example


Text Example

White with #614EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,224); }

 H1.HeaderClassName
 {
   color: #614EE0;
 }
 .AnyTagClassName
 {
   color: #614EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(97,78,224); }

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

border-color css

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

 span { border-color: rgb(97,78,224); }

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