Html Css Color HEX #616CDB Slate Blue

📋 copy color: '#616CDB'

red 97 ◦ green 108 ◦ blue 219

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

Shades of Slate Blue #616CDB

Tints of Slate Blue #616CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

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

R = 22.88%
G = 25.47%
B = 51.65%

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

#616CDB (or 0x616CDB) is known color: Slate Blue. HEX triplet: 61, 6C and DB. RGB value is (97,108,219). Sum of RGB (Red+Green+Blue) = 97+108+219=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #616CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CDB is #9E9324. Grayscale: #747474. Windows color (decimal): -10392357 or 14380129. OLE color: 14380129.

HSL color Cylindrical-coordinate representation of color #616CDB: hue angle of 234.59º 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 #616CDB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 108 219 -
CMYK 0.56 0.51 0 0.14
HSL 234.59º 0.63% 0.62% -
HSV(B) 234.59º 0.56% 0.86% -
XYZ 23.08 18.38 69.35 -
YUV 117.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 97 108 219 0.56 0.51 0 0.14 234.59 0.63 0.62
Hex 61 6C DB 38 33 0 E EB 3F 3E
Octal 141 154 333 70 63 0 16 353 77 76
Binary 1100001 1101100 11011011 111000 110011 0 1110 11101011 111111 111110

Color Harmonies of #616CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CDB

Black with #616CDB

Text Example


Text Example

White with #616CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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