Html Css Color HEX #614DDF Slate Blue

📋 copy color: '#614DDF'

red 97 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #614DDF

Tints of Slate Blue #614DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 24.43%
G = 19.4%
B = 56.17%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#614DDF (or 0x614DDF) is known color: Slate Blue. HEX triplet: 61, 4D and DF. RGB value is (97,77,223). Sum of RGB (Red+Green+Blue) = 97+77+223=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #614DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DDF is #9EB220. Grayscale: #636363. Windows color (decimal): -10400289 or 14634337. OLE color: 14634337.

HSL color Cylindrical-coordinate representation of color #614DDF: hue angle of 248.22º degrees, saturation: 0.7, 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 #614DDF is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 77 223 -
CMYK 0.57 0.65 0 0.13
HSL 248.22º 0.7% 0.59% -
HSV(B) 248.22º 0.65% 0.87% -
XYZ 20.9 13.18 71.25 -
YUV 99.62 197.63 126.13 -
System Red Green Blue C M Y K H S L
Decimal 97 77 223 0.57 0.65 0 0.13 248.22 0.7 0.59
Hex 61 4D DF 39 41 0 D F8 46 3B
Octal 141 115 337 71 101 0 15 370 106 73
Binary 1100001 1001101 11011111 111001 1000001 0 1101 11111000 1000110 111011

Color Harmonies of #614DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DDF

Black with #614DDF

Text Example


Text Example

White with #614DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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