Html Css Color HEX #616ACE Slate Blue

📋 copy color: '#616ACE'

red 97 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #616ACE

Tints of Slate Blue #616ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.92%

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

R = 23.72%
G = 25.92%
B = 50.37%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#616ACE (or 0x616ACE) is known color: Slate Blue. HEX triplet: 61, 6A and CE. RGB value is (97,106,206). Sum of RGB (Red+Green+Blue) = 97+106+206=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #616ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ACE is #9E9531. Grayscale: #727272. Windows color (decimal): -10392882 or 13527649. OLE color: 13527649.

HSL color Cylindrical-coordinate representation of color #616ACE: hue angle of 235.05º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616ACE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 106 206 -
CMYK 0.53 0.49 0 0.19
HSL 235.05º 0.53% 0.59% -
HSV(B) 235.05º 0.53% 0.81% -
XYZ 21.22 17.31 60.61 -
YUV 114.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 97 106 206 0.53 0.49 0 0.19 235.05 0.53 0.59
Hex 61 6A CE 35 31 0 13 EB 35 3B
Octal 141 152 316 65 61 0 23 353 65 73
Binary 1100001 1101010 11001110 110101 110001 0 10011 11101011 110101 111011

Color Harmonies of #616ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616ACE

Black with #616ACE

Text Example


Text Example

White with #616ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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