Html Css Color HEX #614DCE Slate Blue

📋 copy color: '#614DCE'

red 97 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #614DCE

Tints of Slate Blue #614DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 25.53%
G = 20.26%
B = 54.21%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#614DCE (or 0x614DCE) is known color: Slate Blue. HEX triplet: 61, 4D and CE. RGB value is (97,77,206). Sum of RGB (Red+Green+Blue) = 97+77+206=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #614DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DCE is #9EB231. Grayscale: #616161. Windows color (decimal): -10400306 or 13520225. OLE color: 13520225.

HSL color Cylindrical-coordinate representation of color #614DCE: hue angle of 249.3º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614DCE is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 77 206 -
CMYK 0.53 0.63 0 0.19
HSL 249.3º 0.57% 0.55% -
HSV(B) 249.3º 0.63% 0.81% -
XYZ 18.72 12.31 59.78 -
YUV 97.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 97 77 206 0.53 0.63 0 0.19 249.3 0.57 0.55
Hex 61 4D CE 35 3F 0 13 F9 39 37
Octal 141 115 316 65 77 0 23 371 71 67
Binary 1100001 1001101 11001110 110101 111111 0 10011 11111001 111001 110111

Color Harmonies of #614DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DCE

Black with #614DCE

Text Example


Text Example

White with #614DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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