Html Css Color HEX #616AD8 Slate Blue

📋 copy color: '#616AD8'

red 97 ◦ green 106 ◦ blue 216

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

Shades of Slate Blue #616AD8

Tints of Slate Blue #616AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.55%

R = 23.15%
G = 25.3%
B = 51.55%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#616AD8 (or 0x616AD8) is known color: Slate Blue. HEX triplet: 61, 6A and D8. RGB value is (97,106,216). Sum of RGB (Red+Green+Blue) = 97+106+216=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #616AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AD8 is #9E9527. Grayscale: #737373. Windows color (decimal): -10392872 or 14183009. OLE color: 14183009.

HSL color Cylindrical-coordinate representation of color #616AD8: hue angle of 235.46º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #616AD8 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 106 216 -
CMYK 0.55 0.51 0 0.15
HSL 235.46º 0.6% 0.61% -
HSV(B) 235.46º 0.55% 0.85% -
XYZ 22.48 17.81 67.22 -
YUV 115.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 97 106 216 0.55 0.51 0 0.15 235.46 0.6 0.61
Hex 61 6A D8 37 33 0 F EB 3C 3D
Octal 141 152 330 67 63 0 17 353 74 75
Binary 1100001 1101010 11011000 110111 110011 0 1111 11101011 111100 111101

Color Harmonies of #616AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AD8

Black with #616AD8

Text Example


Text Example

White with #616AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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