Html Css Color HEX #616AD9 Slate Blue

📋 copy color: '#616AD9'

red 97 ◦ green 106 ◦ blue 217

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

Shades of Slate Blue #616AD9

Tints of Slate Blue #616AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 23.1%
G = 25.24%
B = 51.67%

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

#616AD9 (or 0x616AD9) is known color: Slate Blue. HEX triplet: 61, 6A and D9. RGB value is (97,106,217). Sum of RGB (Red+Green+Blue) = 97+106+217=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #616AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AD9 is #9E9526. Grayscale: #737373. Windows color (decimal): -10392871 or 14248545. OLE color: 14248545.

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

Color convert

RGB 97 106 217 -
CMYK 0.55 0.51 0 0.15
HSL 235.5º 0.61% 0.62% -
HSV(B) 235.5º 0.55% 0.85% -
XYZ 22.61 17.86 67.9 -
YUV 115.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 97 106 217 0.55 0.51 0 0.15 235.5 0.61 0.62
Hex 61 6A D9 37 33 0 F EC 3D 3E
Octal 141 152 331 67 63 0 17 354 75 76
Binary 1100001 1101010 11011001 110111 110011 0 1111 11101100 111101 111110

Color Harmonies of #616AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AD9

Black with #616AD9

Text Example


Text Example

White with #616AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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