Html Css Color HEX #614AD6 Slate Blue

📋 copy color: '#614AD6'

red 97 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #614AD6

Tints of Slate Blue #614AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

 BLUE value IS 214 (83.98% from 255) = 55.58%

R = 25.19%
G = 19.22%
B = 55.58%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#614AD6 (or 0x614AD6) is known color: Slate Blue. HEX triplet: 61, 4A and D6. RGB value is (97,74,214). Sum of RGB (Red+Green+Blue) = 97+74+214=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #614AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614AD6 is #9EB529. Grayscale: #606060. Windows color (decimal): -10401066 or 14043745. OLE color: 14043745.

HSL color Cylindrical-coordinate representation of color #614AD6: hue angle of 249.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614AD6 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 74 214 -
CMYK 0.55 0.65 0 0.16
HSL 249.86º 0.63% 0.56% -
HSV(B) 249.86º 0.65% 0.84% -
XYZ 19.52 12.29 64.96 -
YUV 96.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 97 74 214 0.55 0.65 0 0.16 249.86 0.63 0.56
Hex 61 4A D6 37 41 0 10 FA 3F 38
Octal 141 112 326 67 101 0 20 372 77 70
Binary 1100001 1001010 11010110 110111 1000001 0 10000 11111010 111111 111000

Color Harmonies of #614AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AD6

Black with #614AD6

Text Example


Text Example

White with #614AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,214); }

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

background-color css

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

 a { background-color: rgb(97,74,214); }

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

border-color css

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

 span { border-color: rgb(97,74,214); }

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