Html Css Color HEX #614DCD Slate Blue

📋 copy color: '#614DCD'

red 97 ◦ green 77 ◦ blue 205

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

Shades of Slate Blue #614DCD

Tints of Slate Blue #614DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 25.59%
G = 20.32%
B = 54.09%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#614DCD (or 0x614DCD) is known color: Slate Blue. HEX triplet: 61, 4D and CD. RGB value is (97,77,205). Sum of RGB (Red+Green+Blue) = 97+77+205=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #614DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DCD is #9EB232. Grayscale: #616161. Windows color (decimal): -10400307 or 13454689. OLE color: 13454689.

HSL color Cylindrical-coordinate representation of color #614DCD: hue angle of 249.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614DCD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 77 205 -
CMYK 0.53 0.62 0 0.20
HSL 249.38º 0.56% 0.55% -
HSV(B) 249.38º 0.62% 0.8% -
XYZ 18.6 12.26 59.14 -
YUV 97.57 188.63 127.59 -
System Red Green Blue C M Y K H S L
Decimal 97 77 205 0.53 0.62 0 0.20 249.38 0.56 0.55
Hex 61 4D CD 35 3E 0 14 F9 38 37
Octal 141 115 315 65 76 0 24 371 70 67
Binary 1100001 1001101 11001101 110101 111110 0 10100 11111001 111000 110111

Color Harmonies of #614DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DCD

Black with #614DCD

Text Example


Text Example

White with #614DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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