Html Css Color HEX #6160D9 Slate Blue

📋 copy color: '#6160D9'

red 97 ◦ green 96 ◦ blue 217

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

Shades of Slate Blue #6160D9

Tints of Slate Blue #6160D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

 BLUE value IS 217 (85.16% from 255) = 52.93%

R = 23.66%
G = 23.41%
B = 52.93%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6160D9 (or 0x6160D9) is known color: Slate Blue. HEX triplet: 61, 60 and D9. RGB value is (97,96,217). Sum of RGB (Red+Green+Blue) = 97+96+217=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #6160D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160D9 is #9E9F26. Grayscale: #6D6D6D. Windows color (decimal): -10395431 or 14245985. OLE color: 14245985.

HSL color Cylindrical-coordinate representation of color #6160D9: hue angle of 240.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6160D9 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 96 217 -
CMYK 0.55 0.56 0 0.15
HSL 240.5º 0.61% 0.61% -
HSV(B) 240.5º 0.56% 0.85% -
XYZ 21.64 15.92 67.58 -
YUV 110.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 97 96 217 0.55 0.56 0 0.15 240.5 0.61 0.61
Hex 61 60 D9 37 38 0 F F0 3D 3D
Octal 141 140 331 67 70 0 17 360 75 75
Binary 1100001 1100000 11011001 110111 111000 0 1111 11110000 111101 111101

Color Harmonies of #6160D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6160D9

Black with #6160D9

Text Example


Text Example

White with #6160D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6160D9; }

 p { color: rgb(97,96,217); }

 H1.HeaderClassName
 {
   color: #6160D9;
 }
 .AnyTagClassName
 {
   color: #6160D9;
 }
</style>

background-color css

<style>
 a { background-color: #6160D9; }

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

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

border-color css

<style>
 span { border-color: #6160D9; }

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

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