Html Css Color HEX #614AC3 Slate Blue

📋 copy color: '#614AC3'

red 97 ◦ green 74 ◦ blue 195

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

Shades of Slate Blue #614AC3

Tints of Slate Blue #614AC3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

 BLUE value IS 195 (76.56% from 255) = 53.28%

R = 26.5%
G = 20.22%
B = 53.28%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#614AC3 (or 0x614AC3) is known color: Slate Blue. HEX triplet: 61, 4A and C3. RGB value is (97,74,195). Sum of RGB (Red+Green+Blue) = 97+74+195=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 195 (76.56% from 255 or 53.28% from 366); Max value from RGB is 195 - color contains mainly: blue. Hex color #614AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614AC3 is #9EB53C. Grayscale: #5E5E5E. Windows color (decimal): -10401085 or 12798561. OLE color: 12798561.

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

Color convert

RGB 97 74 195 -
CMYK 0.50 0.62 0 0.24
HSL 251.41º 0.5% 0.53% -
HSV(B) 251.41º 0.62% 0.76% -
XYZ 17.23 11.38 52.92 -
YUV 94.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 97 74 195 0.50 0.62 0 0.24 251.41 0.5 0.53
Hex 61 4A C3 32 3E 0 18 FB 32 35
Octal 141 112 303 62 76 0 30 373 62 65
Binary 1100001 1001010 11000011 110010 111110 0 11000 11111011 110010 110101

Color Harmonies of #614AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AC3

Black with #614AC3

Text Example


Text Example

White with #614AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,195); }

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

background-color css

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

 a { background-color: rgb(97,74,195); }

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

border-color css

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

 span { border-color: rgb(97,74,195); }

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