Html Css Color HEX #6A6174 Scarpa Flow

📋 copy color: '#6A6174'

red 106 ◦ green 97 ◦ blue 116

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

Shades of Scarpa Flow #6A6174

Tints of Scarpa Flow #6A6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 33.23%
G = 30.41%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A6174 (or 0x6A6174) is known color: Scarpa Flow. HEX triplet: 6A, 61 and 74. RGB value is (106,97,116). Sum of RGB (Red+Green+Blue) = 106+97+116=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A6174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6174 is #959E8B. Grayscale: #656565. Windows color (decimal): -9805452 or 7627114. OLE color: 7627114.

HSL color Cylindrical-coordinate representation of color #6A6174: hue angle of 268.42º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A6174 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 97 116 -
CMYK 0.09 0.16 0 0.55
HSL 268.42º 0.09% 0.42% -
HSV(B) 268.42º 0.16% 0.45% -
XYZ 13.37 12.87 18.3 -
YUV 101.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 106 97 116 0.09 0.16 0 0.55 268.42 0.09 0.42
Hex 6A 61 74 9 10 0 37 10C 9 2A
Octal 152 141 164 11 20 0 67 414 11 52
Binary 1101010 1100001 1110100 1001 10000 0 110111 100001100 1001 101010

Color Harmonies of #6A6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6174

Black with #6A6174

Text Example


Text Example

White with #6A6174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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