Html Css Color HEX #614DD8 Slate Blue

📋 copy color: '#614DD8'

red 97 ◦ green 77 ◦ blue 216

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

Shades of Slate Blue #614DD8

Tints of Slate Blue #614DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.38%

R = 24.87%
G = 19.74%
B = 55.38%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#614DD8 (or 0x614DD8) is known color: Slate Blue. HEX triplet: 61, 4D and D8. RGB value is (97,77,216). Sum of RGB (Red+Green+Blue) = 97+77+216=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #614DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DD8 is #9EB227. Grayscale: #626262. Windows color (decimal): -10400296 or 14175585. OLE color: 14175585.

HSL color Cylindrical-coordinate representation of color #614DD8: hue angle of 248.63º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614DD8 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 77 216 -
CMYK 0.55 0.64 0 0.15
HSL 248.63º 0.64% 0.57% -
HSV(B) 248.63º 0.64% 0.85% -
XYZ 19.98 12.81 66.38 -
YUV 98.83 194.13 126.7 -
System Red Green Blue C M Y K H S L
Decimal 97 77 216 0.55 0.64 0 0.15 248.63 0.64 0.57
Hex 61 4D D8 37 40 0 F F9 40 39
Octal 141 115 330 67 100 0 17 371 100 71
Binary 1100001 1001101 11011000 110111 1000000 0 1111 11111001 1000000 111001

Color Harmonies of #614DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DD8

Black with #614DD8

Text Example


Text Example

White with #614DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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