Html Css Color HEX #614CE1 Slate Blue

📋 copy color: '#614CE1'

red 97 ◦ green 76 ◦ blue 225

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

Shades of Slate Blue #614CE1

Tints of Slate Blue #614CE1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

 BLUE value IS 225 (88.28% from 255) = 56.53%

R = 24.37%
G = 19.1%
B = 56.53%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#614CE1 (or 0x614CE1) is known color: Slate Blue. HEX triplet: 61, 4C and E1. RGB value is (97,76,225). Sum of RGB (Red+Green+Blue) = 97+76+225=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #614CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CE1 is #9EB31E. Grayscale: #626262. Windows color (decimal): -10400543 or 14765153. OLE color: 14765153.

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

Color convert

RGB 97 76 225 -
CMYK 0.57 0.66 0 0.12
HSL 248.46º 0.71% 0.59% -
HSV(B) 248.46º 0.66% 0.88% -
XYZ 21.1 13.15 72.66 -
YUV 99.27 198.96 126.38 -
System Red Green Blue C M Y K H S L
Decimal 97 76 225 0.57 0.66 0 0.12 248.46 0.71 0.59
Hex 61 4C E1 39 42 0 C F8 47 3B
Octal 141 114 341 71 102 0 14 370 107 73
Binary 1100001 1001100 11100001 111001 1000010 0 1100 11111000 1000111 111011

Color Harmonies of #614CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CE1

Black with #614CE1

Text Example


Text Example

White with #614CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,76,225); }

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

background-color css

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

 a { background-color: rgb(97,76,225); }

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

border-color css

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

 span { border-color: rgb(97,76,225); }

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