Html Css Color HEX #614EC4 Slate Blue

📋 copy color: '#614EC4'

red 97 ◦ green 78 ◦ blue 196

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

Shades of Slate Blue #614EC4

Tints of Slate Blue #614EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.83%

R = 26.15%
G = 21.02%
B = 52.83%

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

#614EC4 (or 0x614EC4) is known color: Slate Blue. HEX triplet: 61, 4E and C4. RGB value is (97,78,196). Sum of RGB (Red+Green+Blue) = 97+78+196=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #614EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EC4 is #9EB13B. Grayscale: #606060. Windows color (decimal): -10400060 or 12865121. OLE color: 12865121.

HSL color Cylindrical-coordinate representation of color #614EC4: hue angle of 249.66º degrees, saturation: 0.5, 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 #614EC4 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 78 196 -
CMYK 0.51 0.60 0 0.23
HSL 249.66º 0.5% 0.54% -
HSV(B) 249.66º 0.6% 0.77% -
XYZ 17.62 11.98 53.61 -
YUV 97.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 97 78 196 0.51 0.60 0 0.23 249.66 0.5 0.54
Hex 61 4E C4 33 3C 0 17 FA 32 36
Octal 141 116 304 63 74 0 27 372 62 66
Binary 1100001 1001110 11000100 110011 111100 0 10111 11111010 110010 110110

Color Harmonies of #614EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EC4

Black with #614EC4

Text Example


Text Example

White with #614EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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