Html Css Color HEX #6160CB Slate Blue

📋 copy color: '#6160CB'

red 97 ◦ green 96 ◦ blue 203

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

Shades of Slate Blue #6160CB

Tints of Slate Blue #6160CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 24.49%
G = 24.24%
B = 51.26%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6160CB (or 0x6160CB) is known color: Slate Blue. HEX triplet: 61, 60 and CB. RGB value is (97,96,203). Sum of RGB (Red+Green+Blue) = 97+96+203=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #6160CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160CB is #9E9F34. Grayscale: #6C6C6C. Windows color (decimal): -10395445 or 13328481. OLE color: 13328481.

HSL color Cylindrical-coordinate representation of color #6160CB: 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 #6160CB is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 96 203 -
CMYK 0.52 0.53 0 0.20
HSL 240.56º 0.51% 0.59% -
HSV(B) 240.56º 0.53% 0.8% -
XYZ 19.89 15.22 58.39 -
YUV 108.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 97 96 203 0.52 0.53 0 0.20 240.56 0.51 0.59
Hex 61 60 CB 34 35 0 14 F1 33 3B
Octal 141 140 313 64 65 0 24 361 63 73
Binary 1100001 1100000 11001011 110100 110101 0 10100 11110001 110011 111011

Color Harmonies of #6160CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6160CB

Black with #6160CB

Text Example


Text Example

White with #6160CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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