Html Css Color HEX #6160CF Slate Blue

📋 copy color: '#6160CF'

red 97 ◦ green 96 ◦ blue 207

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

Shades of Slate Blue #6160CF

Tints of Slate Blue #6160CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 24.25%
G = 24%
B = 51.75%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6160CF (or 0x6160CF) is known color: Slate Blue. HEX triplet: 61, 60 and CF. RGB value is (97,96,207). Sum of RGB (Red+Green+Blue) = 97+96+207=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #6160CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160CF is #9E9F30. Grayscale: #6C6C6C. Windows color (decimal): -10395441 or 13590625. OLE color: 13590625.

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

Color convert

RGB 97 96 207 -
CMYK 0.53 0.54 0 0.19
HSL 240.54º 0.54% 0.59% -
HSV(B) 240.54º 0.54% 0.81% -
XYZ 20.38 15.41 60.93 -
YUV 108.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 97 96 207 0.53 0.54 0 0.19 240.54 0.54 0.59
Hex 61 60 CF 35 36 0 13 F1 36 3B
Octal 141 140 317 65 66 0 23 361 66 73
Binary 1100001 1100000 11001111 110101 110110 0 10011 11110001 110110 111011

Color Harmonies of #6160CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6160CF

Black with #6160CF

Text Example


Text Example

White with #6160CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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