Html Css Color HEX #616ED8 Slate Blue

📋 copy color: '#616ED8'

red 97 ◦ green 110 ◦ blue 216

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

Shades of Slate Blue #616ED8

Tints of Slate Blue #616ED8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26%

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

R = 22.93%
G = 26%
B = 51.06%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#616ED8 (or 0x616ED8) is known color: Slate Blue. HEX triplet: 61, 6E and D8. RGB value is (97,110,216). Sum of RGB (Red+Green+Blue) = 97+110+216=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #616ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ED8 is #9E9127. Grayscale: #757575. Windows color (decimal): -10391848 or 14184033. OLE color: 14184033.

HSL color Cylindrical-coordinate representation of color #616ED8: hue angle of 233.45º 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 #616ED8 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 110 216 -
CMYK 0.55 0.49 0 0.15
HSL 233.45º 0.6% 0.61% -
HSV(B) 233.45º 0.55% 0.85% -
XYZ 22.9 18.65 67.36 -
YUV 118.2 183.19 112.88 -
System Red Green Blue C M Y K H S L
Decimal 97 110 216 0.55 0.49 0 0.15 233.45 0.6 0.61
Hex 61 6E D8 37 31 0 F E9 3C 3D
Octal 141 156 330 67 61 0 17 351 74 75
Binary 1100001 1101110 11011000 110111 110001 0 1111 11101001 111100 111101

Color Harmonies of #616ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616ED8

Black with #616ED8

Text Example


Text Example

White with #616ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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