Html Css Color HEX #6B5861 Scorpion

📋 copy color: '#6B5861'

red 107 ◦ green 88 ◦ blue 97

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

Shades of Scorpion #6B5861

Tints of Scorpion #6B5861

RGB

 RED value IS 107 (42.19% from 255) = 36.64%

 GREEN value IS 88 (34.77% from 255) = 30.14%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 36.64%
G = 30.14%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B5861 (or 0x6B5861) is known color: Scorpion. HEX triplet: 6B, 58 and 61. RGB value is (107,88,97). Sum of RGB (Red+Green+Blue) = 107+88+97=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5861 is #94A79E. Grayscale: #5E5E5E. Windows color (decimal): -9742239 or 6379627. OLE color: 6379627.

HSL color Cylindrical-coordinate representation of color #6B5861: hue angle of 331.58º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B5861 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 88 97 -
CMYK 0 0.18 0.09 0.58
HSL 331.58º 0.1% 0.38% -
HSV(B) 331.58º 0.18% 0.42% -
XYZ 11.71 10.97 12.81 -
YUV 94.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 107 88 97 0 0.18 0.09 0.58 331.58 0.1 0.38
Hex 6B 58 61 0 12 9 3A 14C A 26
Octal 153 130 141 0 22 11 72 514 12 46
Binary 1101011 1011000 1100001 0 10010 1001 111010 101001100 1010 100110

Color Harmonies of #6B5861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5861

Black with #6B5861

Text Example


Text Example

White with #6B5861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B5861; }

 p { color: rgb(107,88,97); }

 H1.HeaderClassName
 {
   color: #6B5861;
 }
 .AnyTagClassName
 {
   color: #6B5861;
 }
</style>

background-color css

<style>
 a { background-color: #6B5861; }

 a { background-color: rgb(107,88,97); }

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

border-color css

<style>
 span { border-color: #6B5861; }

 span { border-color: rgb(107,88,97); }

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