Html Css Color HEX #616BDE Slate Blue

📋 copy color: '#616BDE'

red 97 ◦ green 107 ◦ blue 222

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

Shades of Slate Blue #616BDE

Tints of Slate Blue #616BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 22.77%
G = 25.12%
B = 52.11%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#616BDE (or 0x616BDE) is known color: Slate Blue. HEX triplet: 61, 6B and DE. RGB value is (97,107,222). Sum of RGB (Red+Green+Blue) = 97+107+222=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #616BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BDE is #9E9421. Grayscale: #747474. Windows color (decimal): -10392610 or 14576481. OLE color: 14576481.

HSL color Cylindrical-coordinate representation of color #616BDE: hue angle of 235.2º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616BDE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 107 222 -
CMYK 0.56 0.52 0 0.13
HSL 235.2º 0.65% 0.63% -
HSV(B) 235.2º 0.56% 0.87% -
XYZ 23.37 18.33 71.41 -
YUV 117.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 97 107 222 0.56 0.52 0 0.13 235.2 0.65 0.63
Hex 61 6B DE 38 34 0 D EB 41 3F
Octal 141 153 336 70 64 0 15 353 101 77
Binary 1100001 1101011 11011110 111000 110100 0 1101 11101011 1000001 111111

Color Harmonies of #616BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BDE

Black with #616BDE

Text Example


Text Example

White with #616BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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