Html Css Color HEX #6B5E79 Scarpa Flow

📋 copy color: '#6B5E79'

red 107 ◦ green 94 ◦ blue 121

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

Shades of Scarpa Flow #6B5E79

Tints of Scarpa Flow #6B5E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 33.23%
G = 29.19%
B = 37.58%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5E79 (or 0x6B5E79) is known color: Scarpa Flow. HEX triplet: 6B, 5E and 79. RGB value is (107,94,121). Sum of RGB (Red+Green+Blue) = 107+94+121=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B5E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E79 is #94A186. Grayscale: #646464. Windows color (decimal): -9740679 or 7954027. OLE color: 7954027.

HSL color Cylindrical-coordinate representation of color #6B5E79: hue angle of 268.89º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5E79 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 94 121 -
CMYK 0.12 0.22 0 0.53
HSL 268.89º 0.13% 0.42% -
HSV(B) 268.89º 0.22% 0.47% -
XYZ 13.52 12.51 19.79 -
YUV 100.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 107 94 121 0.12 0.22 0 0.53 268.89 0.13 0.42
Hex 6B 5E 79 C 16 0 35 10D D 2A
Octal 153 136 171 14 26 0 65 415 15 52
Binary 1101011 1011110 1111001 1100 10110 0 110101 100001101 1101 101010

Color Harmonies of #6B5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E79

Black with #6B5E79

Text Example


Text Example

White with #6B5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,94,121); }

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

background-color css

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

 a { background-color: rgb(107,94,121); }

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

border-color css

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

 span { border-color: rgb(107,94,121); }

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