Html Css Color HEX #6161DC Slate Blue

📋 copy color: '#6161DC'

red 97 ◦ green 97 ◦ blue 220

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

Shades of Slate Blue #6161DC

Tints of Slate Blue #6161DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 23.43%
G = 23.43%
B = 53.14%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6161DC (or 0x6161DC) is known color: Slate Blue. HEX triplet: 61, 61 and DC. RGB value is (97,97,220). Sum of RGB (Red+Green+Blue) = 97+97+220=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #6161DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6161DC is #9E9E23. Grayscale: #6E6E6E. Windows color (decimal): -10395172 or 14442849. OLE color: 14442849.

HSL color Cylindrical-coordinate representation of color #6161DC: hue angle of 240º degrees, saturation: 0.64, 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 #6161DC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 97 220 -
CMYK 0.56 0.56 0 0.14
HSL 240º 0.64% 0.62% -
HSV(B) 240º 0.56% 0.86% -
XYZ 22.12 16.26 69.68 -
YUV 111.02 189.5 118 -
System Red Green Blue C M Y K H S L
Decimal 97 97 220 0.56 0.56 0 0.14 240 0.64 0.62
Hex 61 61 DC 38 38 0 E F0 40 3E
Octal 141 141 334 70 70 0 16 360 100 76
Binary 1100001 1100001 11011100 111000 111000 0 1110 11110000 1000000 111110

Color Harmonies of #6161DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6161DC

Black with #6161DC

Text Example


Text Example

White with #6161DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6161DC; }

 p { color: rgb(97,97,220); }

 H1.HeaderClassName
 {
   color: #6161DC;
 }
 .AnyTagClassName
 {
   color: #6161DC;
 }
</style>

background-color css

<style>
 a { background-color: #6161DC; }

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

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

border-color css

<style>
 span { border-color: #6161DC; }

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

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