Html Css Color HEX #614ADD Slate Blue

📋 copy color: '#614ADD'

red 97 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #614ADD

Tints of Slate Blue #614ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 24.74%
G = 18.88%
B = 56.38%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#614ADD (or 0x614ADD) is known color: Slate Blue. HEX triplet: 61, 4A and DD. RGB value is (97,74,221). Sum of RGB (Red+Green+Blue) = 97+74+221=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #614ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ADD is #9EB522. Grayscale: #616161. Windows color (decimal): -10401059 or 14502497. OLE color: 14502497.

HSL color Cylindrical-coordinate representation of color #614ADD: hue angle of 249.39º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #614ADD is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 74 221 -
CMYK 0.56 0.67 0 0.13
HSL 249.39º 0.68% 0.58% -
HSV(B) 249.39º 0.67% 0.87% -
XYZ 20.43 12.66 69.77 -
YUV 97.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 97 74 221 0.56 0.67 0 0.13 249.39 0.68 0.58
Hex 61 4A DD 38 43 0 D F9 44 3A
Octal 141 112 335 70 103 0 15 371 104 72
Binary 1100001 1001010 11011101 111000 1000011 0 1101 11111001 1000100 111010

Color Harmonies of #614ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614ADD

Black with #614ADD

Text Example


Text Example

White with #614ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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