Html Css Color HEX #616BDB Slate Blue

📋 copy color: '#616BDB'

red 97 ◦ green 107 ◦ blue 219

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

Shades of Slate Blue #616BDB

Tints of Slate Blue #616BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 22.93%
G = 25.3%
B = 51.77%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#616BDB (or 0x616BDB) is known color: Slate Blue. HEX triplet: 61, 6B and DB. RGB value is (97,107,219). Sum of RGB (Red+Green+Blue) = 97+107+219=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #616BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BDB is #9E9424. Grayscale: #747474. Windows color (decimal): -10392613 or 14379873. OLE color: 14379873.

HSL color Cylindrical-coordinate representation of color #616BDB: hue angle of 235.08º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616BDB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 107 219 -
CMYK 0.56 0.51 0 0.14
HSL 235.08º 0.63% 0.62% -
HSV(B) 235.08º 0.56% 0.86% -
XYZ 22.97 18.17 69.31 -
YUV 116.78 185.69 113.89 -
System Red Green Blue C M Y K H S L
Decimal 97 107 219 0.56 0.51 0 0.14 235.08 0.63 0.62
Hex 61 6B DB 38 33 0 E EB 3F 3E
Octal 141 153 333 70 63 0 16 353 77 76
Binary 1100001 1101011 11011011 111000 110011 0 1110 11101011 111111 111110

Color Harmonies of #616BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BDB

Black with #616BDB

Text Example


Text Example

White with #616BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,107,219); }

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

background-color css

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

 a { background-color: rgb(97,107,219); }

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

border-color css

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

 span { border-color: rgb(97,107,219); }

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