Html Css Color HEX #614DDE Slate Blue

📋 copy color: '#614DDE'

red 97 ◦ green 77 ◦ blue 222

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

Shades of Slate Blue #614DDE

Tints of Slate Blue #614DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 24.49%
G = 19.44%
B = 56.06%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#614DDE (or 0x614DDE) is known color: Slate Blue. HEX triplet: 61, 4D and DE. RGB value is (97,77,222). Sum of RGB (Red+Green+Blue) = 97+77+222=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #614DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DDE is #9EB221. Grayscale: #626262. Windows color (decimal): -10400290 or 14568801. OLE color: 14568801.

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

Color convert

RGB 97 77 222 -
CMYK 0.56 0.65 0 0.13
HSL 248.28º 0.69% 0.59% -
HSV(B) 248.28º 0.65% 0.87% -
XYZ 20.77 13.12 70.55 -
YUV 99.51 197.13 126.21 -
System Red Green Blue C M Y K H S L
Decimal 97 77 222 0.56 0.65 0 0.13 248.28 0.69 0.59
Hex 61 4D DE 38 41 0 D F8 45 3B
Octal 141 115 336 70 101 0 15 370 105 73
Binary 1100001 1001101 11011110 111000 1000001 0 1101 11111000 1000101 111011

Color Harmonies of #614DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DDE

Black with #614DDE

Text Example


Text Example

White with #614DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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