Html Css Color HEX #6A5B79 Scarpa Flow

📋 copy color: '#6A5B79'

red 106 ◦ green 91 ◦ blue 121

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

Shades of Scarpa Flow #6A5B79

Tints of Scarpa Flow #6A5B79

RGB

 RED value IS 106 (41.8% from 255) = 33.33%

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 33.33%
G = 28.62%
B = 38.05%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A5B79 (or 0x6A5B79) is known color: Scarpa Flow. HEX triplet: 6A, 5B and 79. RGB value is (106,91,121). Sum of RGB (Red+Green+Blue) = 106+91+121=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A5B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B79 is #95A486. Grayscale: #626262. Windows color (decimal): -9806983 or 7953258. OLE color: 7953258.

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

Color convert

RGB 106 91 121 -
CMYK 0.12 0.25 0 0.53
HSL 270º 0.14% 0.42% -
HSV(B) 270º 0.25% 0.47% -
XYZ 13.14 11.93 19.7 -
YUV 98.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 106 91 121 0.12 0.25 0 0.53 270 0.14 0.42
Hex 6A 5B 79 C 19 0 35 10E E 2A
Octal 152 133 171 14 31 0 65 416 16 52
Binary 1101010 1011011 1111001 1100 11001 0 110101 100001110 1110 101010

Color Harmonies of #6A5B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5B79

Black with #6A5B79

Text Example


Text Example

White with #6A5B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,91,121); }

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

background-color css

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

 a { background-color: rgb(106,91,121); }

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

border-color css

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

 span { border-color: rgb(106,91,121); }

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