Html Css Color HEX #614EC2 Slate Blue

📋 copy color: '#614EC2'

red 97 ◦ green 78 ◦ blue 194

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

Shades of Slate Blue #614EC2

Tints of Slate Blue #614EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 26.29%
G = 21.14%
B = 52.57%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#614EC2 (or 0x614EC2) is known color: Slate Blue. HEX triplet: 61, 4E and C2. RGB value is (97,78,194). Sum of RGB (Red+Green+Blue) = 97+78+194=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #614EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EC2 is #9EB13D. Grayscale: #606060. Windows color (decimal): -10400062 or 12734049. OLE color: 12734049.

HSL color Cylindrical-coordinate representation of color #614EC2: hue angle of 249.83º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614EC2 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 78 194 -
CMYK 0.50 0.60 0 0.24
HSL 249.83º 0.49% 0.53% -
HSV(B) 249.83º 0.6% 0.76% -
XYZ 17.39 11.89 52.42 -
YUV 96.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 97 78 194 0.50 0.60 0 0.24 249.83 0.49 0.53
Hex 61 4E C2 32 3C 0 18 FA 31 35
Octal 141 116 302 62 74 0 30 372 61 65
Binary 1100001 1001110 11000010 110010 111100 0 11000 11111010 110001 110101

Color Harmonies of #614EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EC2

Black with #614EC2

Text Example


Text Example

White with #614EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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