Html Css Color HEX #614BDC Slate Blue

📋 copy color: '#614BDC'

red 97 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #614BDC

Tints of Slate Blue #614BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.13%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 24.74%
G = 19.13%
B = 56.12%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#614BDC (or 0x614BDC) is known color: Slate Blue. HEX triplet: 61, 4B and DC. RGB value is (97,75,220). Sum of RGB (Red+Green+Blue) = 97+75+220=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #614BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BDC is #9EB423. Grayscale: #616161. Windows color (decimal): -10400804 or 14437217. OLE color: 14437217.

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

Color convert

RGB 97 75 220 -
CMYK 0.56 0.66 0 0.14
HSL 249.1º 0.67% 0.58% -
HSV(B) 249.1º 0.66% 0.86% -
XYZ 20.36 12.74 69.1 -
YUV 98.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 97 75 220 0.56 0.66 0 0.14 249.1 0.67 0.58
Hex 61 4B DC 38 42 0 E F9 43 3A
Octal 141 113 334 70 102 0 16 371 103 72
Binary 1100001 1001011 11011100 111000 1000010 0 1110 11111001 1000011 111010

Color Harmonies of #614BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BDC

Black with #614BDC

Text Example


Text Example

White with #614BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,75,220); }

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

background-color css

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

 a { background-color: rgb(97,75,220); }

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

border-color css

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

 span { border-color: rgb(97,75,220); }

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