Html Css Color HEX #614DDB Slate Blue

📋 copy color: '#614DDB'

red 97 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #614DDB

Tints of Slate Blue #614DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 24.68%
G = 19.59%
B = 55.73%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#614DDB (or 0x614DDB) is known color: Slate Blue. HEX triplet: 61, 4D and DB. RGB value is (97,77,219). Sum of RGB (Red+Green+Blue) = 97+77+219=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #614DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DDB is #9EB224. Grayscale: #626262. Windows color (decimal): -10400293 or 14372193. OLE color: 14372193.

HSL color Cylindrical-coordinate representation of color #614DDB: hue angle of 248.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614DDB is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 77 219 -
CMYK 0.56 0.65 0 0.14
HSL 248.45º 0.66% 0.58% -
HSV(B) 248.45º 0.65% 0.86% -
XYZ 20.37 12.96 68.45 -
YUV 99.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 97 77 219 0.56 0.65 0 0.14 248.45 0.66 0.58
Hex 61 4D DB 38 41 0 E F8 42 3A
Octal 141 115 333 70 101 0 16 370 102 72
Binary 1100001 1001101 11011011 111000 1000001 0 1110 11111000 1000010 111010

Color Harmonies of #614DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DDB

Black with #614DDB

Text Example


Text Example

White with #614DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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