Html Css Color HEX #616DD8 Slate Blue

📋 copy color: '#616DD8'

red 97 ◦ green 109 ◦ blue 216

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

Shades of Slate Blue #616DD8

Tints of Slate Blue #616DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

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

R = 22.99%
G = 25.83%
B = 51.18%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#616DD8 (or 0x616DD8) is known color: Slate Blue. HEX triplet: 61, 6D and D8. RGB value is (97,109,216). Sum of RGB (Red+Green+Blue) = 97+109+216=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #616DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DD8 is #9E9227. Grayscale: #757575. Windows color (decimal): -10392104 or 14183777. OLE color: 14183777.

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

Color convert

RGB 97 109 216 -
CMYK 0.55 0.50 0 0.15
HSL 233.95º 0.6% 0.61% -
HSV(B) 233.95º 0.55% 0.85% -
XYZ 22.79 18.44 67.32 -
YUV 117.61 183.52 113.3 -
System Red Green Blue C M Y K H S L
Decimal 97 109 216 0.55 0.50 0 0.15 233.95 0.6 0.61
Hex 61 6D D8 37 32 0 F EA 3C 3D
Octal 141 155 330 67 62 0 17 352 74 75
Binary 1100001 1101101 11011000 110111 110010 0 1111 11101010 111100 111101

Color Harmonies of #616DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DD8

Black with #616DD8

Text Example


Text Example

White with #616DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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