Html Css Color HEX #616AD6 Slate Blue

📋 copy color: '#616AD6'

red 97 ◦ green 106 ◦ blue 214

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

Shades of Slate Blue #616AD6

Tints of Slate Blue #616AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.32%

R = 23.26%
G = 25.42%
B = 51.32%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#616AD6 (or 0x616AD6) is known color: Slate Blue. HEX triplet: 61, 6A and D6. RGB value is (97,106,214). Sum of RGB (Red+Green+Blue) = 97+106+214=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #616AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AD6 is #9E9529. Grayscale: #737373. Windows color (decimal): -10392874 or 14051937. OLE color: 14051937.

HSL color Cylindrical-coordinate representation of color #616AD6: hue angle of 235.38º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #616AD6 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 106 214 -
CMYK 0.55 0.50 0 0.16
HSL 235.38º 0.59% 0.61% -
HSV(B) 235.38º 0.55% 0.84% -
XYZ 22.22 17.7 65.86 -
YUV 115.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 97 106 214 0.55 0.50 0 0.16 235.38 0.59 0.61
Hex 61 6A D6 37 32 0 10 EB 3B 3D
Octal 141 152 326 67 62 0 20 353 73 75
Binary 1100001 1101010 11010110 110111 110010 0 10000 11101011 111011 111101

Color Harmonies of #616AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AD6

Black with #616AD6

Text Example


Text Example

White with #616AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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