Html Css Color HEX #6160CE Slate Blue

📋 copy color: '#6160CE'

red 97 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #6160CE

Tints of Slate Blue #6160CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 24.31%
G = 24.06%
B = 51.63%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6160CE (or 0x6160CE) is known color: Slate Blue. HEX triplet: 61, 60 and CE. RGB value is (97,96,206). Sum of RGB (Red+Green+Blue) = 97+96+206=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #6160CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160CE is #9E9F31. Grayscale: #6C6C6C. Windows color (decimal): -10395442 or 13525089. OLE color: 13525089.

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

Color convert

RGB 97 96 206 -
CMYK 0.53 0.53 0 0.19
HSL 240.55º 0.53% 0.59% -
HSV(B) 240.55º 0.53% 0.81% -
XYZ 20.25 15.36 60.29 -
YUV 108.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 97 96 206 0.53 0.53 0 0.19 240.55 0.53 0.59
Hex 61 60 CE 35 35 0 13 F1 35 3B
Octal 141 140 316 65 65 0 23 361 65 73
Binary 1100001 1100000 11001110 110101 110101 0 10011 11110001 110101 111011

Color Harmonies of #6160CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6160CE

Black with #6160CE

Text Example


Text Example

White with #6160CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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