Html Css Color HEX #616CE1 Slate Blue

📋 copy color: '#616CE1'

red 97 ◦ green 108 ◦ blue 225

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

Shades of Slate Blue #616CE1

Tints of Slate Blue #616CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 225 (88.28% from 255) = 52.33%

R = 22.56%
G = 25.12%
B = 52.33%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#616CE1 (or 0x616CE1) is known color: Slate Blue. HEX triplet: 61, 6C and E1. RGB value is (97,108,225). Sum of RGB (Red+Green+Blue) = 97+108+225=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #616CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CE1 is #9E931E. Grayscale: #757575. Windows color (decimal): -10392351 or 14773345. OLE color: 14773345.

HSL color Cylindrical-coordinate representation of color #616CE1: hue angle of 234.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #616CE1 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 108 225 -
CMYK 0.57 0.52 0 0.12
HSL 234.84º 0.68% 0.63% -
HSV(B) 234.84º 0.57% 0.88% -
XYZ 23.88 18.7 73.59 -
YUV 118.05 188.36 112.99 -
System Red Green Blue C M Y K H S L
Decimal 97 108 225 0.57 0.52 0 0.12 234.84 0.68 0.63
Hex 61 6C E1 39 34 0 C EB 44 3F
Octal 141 154 341 71 64 0 14 353 104 77
Binary 1100001 1101100 11100001 111001 110100 0 1100 11101011 1000100 111111

Color Harmonies of #616CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CE1

Black with #616CE1

Text Example


Text Example

White with #616CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616CE1; }

 p { color: rgb(97,108,225); }

 H1.HeaderClassName
 {
   color: #616CE1;
 }
 .AnyTagClassName
 {
   color: #616CE1;
 }
</style>

background-color css

<style>
 a { background-color: #616CE1; }

 a { background-color: rgb(97,108,225); }

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

border-color css

<style>
 span { border-color: #616CE1; }

 span { border-color: rgb(97,108,225); }

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