Html Css Color HEX #614EC5 Slate Blue

📋 copy color: '#614EC5'

red 97 ◦ green 78 ◦ blue 197

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

Shades of Slate Blue #614EC5

Tints of Slate Blue #614EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.96%

R = 26.08%
G = 20.97%
B = 52.96%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#614EC5 (or 0x614EC5) is known color: Slate Blue. HEX triplet: 61, 4E and C5. RGB value is (97,78,197). Sum of RGB (Red+Green+Blue) = 97+78+197=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #614EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EC5 is #9EB13A. Grayscale: #606060. Windows color (decimal): -10400059 or 12930657. OLE color: 12930657.

HSL color Cylindrical-coordinate representation of color #614EC5: hue angle of 249.58º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614EC5 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 78 197 -
CMYK 0.51 0.60 0 0.23
HSL 249.58º 0.51% 0.54% -
HSV(B) 249.58º 0.6% 0.77% -
XYZ 17.73 12.02 54.21 -
YUV 97.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 97 78 197 0.51 0.60 0 0.23 249.58 0.51 0.54
Hex 61 4E C5 33 3C 0 17 FA 33 36
Octal 141 116 305 63 74 0 27 372 63 66
Binary 1100001 1001110 11000101 110011 111100 0 10111 11111010 110011 110110

Color Harmonies of #614EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EC5

Black with #614EC5

Text Example


Text Example

White with #614EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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