Html Css Color HEX #614DC0 Slate Blue

📋 copy color: '#614DC0'

red 97 ◦ green 77 ◦ blue 192

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

Shades of Slate Blue #614DC0

Tints of Slate Blue #614DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

 BLUE value IS 192 (75.39% from 255) = 52.46%

R = 26.5%
G = 21.04%
B = 52.46%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#614DC0 (or 0x614DC0) is known color: Slate Blue. HEX triplet: 61, 4D and C0. RGB value is (97,77,192). Sum of RGB (Red+Green+Blue) = 97+77+192=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #614DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DC0 is #9EB23F. Grayscale: #5F5F5F. Windows color (decimal): -10400320 or 12602721. OLE color: 12602721.

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

Color convert

RGB 97 77 192 -
CMYK 0.49 0.60 0 0.25
HSL 250.43º 0.48% 0.53% -
HSV(B) 250.43º 0.6% 0.75% -
XYZ 17.1 11.65 51.22 -
YUV 96.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 97 77 192 0.49 0.60 0 0.25 250.43 0.48 0.53
Hex 61 4D C0 31 3C 0 19 FA 30 35
Octal 141 115 300 61 74 0 31 372 60 65
Binary 1100001 1001101 11000000 110001 111100 0 11001 11111010 110000 110101

Color Harmonies of #614DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DC0

Black with #614DC0

Text Example


Text Example

White with #614DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,77,192); }

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

background-color css

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

 a { background-color: rgb(97,77,192); }

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

border-color css

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

 span { border-color: rgb(97,77,192); }

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