Html Css Color HEX #614FC1 Slate Blue

📋 copy color: '#614FC1'

red 97 ◦ green 79 ◦ blue 193

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

Shades of Slate Blue #614FC1

Tints of Slate Blue #614FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 193 (75.78% from 255) = 52.3%

R = 26.29%
G = 21.41%
B = 52.3%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#614FC1 (or 0x614FC1) is known color: Slate Blue. HEX triplet: 61, 4F and C1. RGB value is (97,79,193). Sum of RGB (Red+Green+Blue) = 97+79+193=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #614FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FC1 is #9EB03E. Grayscale: #606060. Windows color (decimal): -10399807 or 12668769. OLE color: 12668769.

HSL color Cylindrical-coordinate representation of color #614FC1: hue angle of 249.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614FC1 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 79 193 -
CMYK 0.50 0.59 0 0.24
HSL 249.47º 0.48% 0.53% -
HSV(B) 249.47º 0.59% 0.76% -
XYZ 17.35 11.98 51.85 -
YUV 97.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 97 79 193 0.50 0.59 0 0.24 249.47 0.48 0.53
Hex 61 4F C1 32 3B 0 18 F9 30 35
Octal 141 117 301 62 73 0 30 371 60 65
Binary 1100001 1001111 11000001 110010 111011 0 11000 11111001 110000 110101

Color Harmonies of #614FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FC1

Black with #614FC1

Text Example


Text Example

White with #614FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,79,193); }

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

background-color css

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

 a { background-color: rgb(97,79,193); }

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

border-color css

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

 span { border-color: rgb(97,79,193); }

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