Html Css Color HEX #6160CC Slate Blue

📋 copy color: '#6160CC'

red 97 ◦ green 96 ◦ blue 204

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

Shades of Slate Blue #6160CC

Tints of Slate Blue #6160CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 24.43%
G = 24.18%
B = 51.39%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6160CC (or 0x6160CC) is known color: Slate Blue. HEX triplet: 61, 60 and CC. RGB value is (97,96,204). Sum of RGB (Red+Green+Blue) = 97+96+204=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #6160CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160CC is #9E9F33. Grayscale: #6C6C6C. Windows color (decimal): -10395444 or 13394017. OLE color: 13394017.

HSL color Cylindrical-coordinate representation of color #6160CC: hue angle of 240.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6160CC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 96 204 -
CMYK 0.52 0.53 0 0.2
HSL 240.56º 0.51% 0.59% -
HSV(B) 240.56º 0.53% 0.8% -
XYZ 20.01 15.27 59.02 -
YUV 108.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 97 96 204 0.52 0.53 0 0.2 240.56 0.51 0.59
Hex 61 60 CC 34 35 0 14 F1 33 3B
Octal 141 140 314 64 65 0 24 361 63 73
Binary 1100001 1100000 11001100 110100 110101 0 10100 11110001 110011 111011

Color Harmonies of #6160CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6160CC

Black with #6160CC

Text Example


Text Example

White with #6160CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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