Html Css Color HEX #6A6177 Scarpa Flow

📋 copy color: '#6A6177'

red 106 ◦ green 97 ◦ blue 119

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

Shades of Scarpa Flow #6A6177

Tints of Scarpa Flow #6A6177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 32.92%
G = 30.12%
B = 36.96%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A6177 (or 0x6A6177) is known color: Scarpa Flow. HEX triplet: 6A, 61 and 77. RGB value is (106,97,119). Sum of RGB (Red+Green+Blue) = 106+97+119=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A6177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6177 is #959E88. Grayscale: #666666. Windows color (decimal): -9805449 or 7823722. OLE color: 7823722.

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

Color convert

RGB 106 97 119 -
CMYK 0.11 0.18 0 0.53
HSL 264.55º 0.1% 0.42% -
HSV(B) 264.55º 0.18% 0.47% -
XYZ 13.55 12.95 19.24 -
YUV 102.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 106 97 119 0.11 0.18 0 0.53 264.55 0.1 0.42
Hex 6A 61 77 B 12 0 35 109 A 2A
Octal 152 141 167 13 22 0 65 411 12 52
Binary 1101010 1100001 1110111 1011 10010 0 110101 100001001 1010 101010

Color Harmonies of #6A6177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6177

Black with #6A6177

Text Example


Text Example

White with #6A6177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,97,119); }

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

background-color css

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

 a { background-color: rgb(106,97,119); }

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

border-color css

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

 span { border-color: rgb(106,97,119); }

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