Html Css Color HEX #6A5C75 Scarpa Flow

📋 copy color: '#6A5C75'

red 106 ◦ green 92 ◦ blue 117

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

Shades of Scarpa Flow #6A5C75

Tints of Scarpa Flow #6A5C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 33.65%
G = 29.21%
B = 37.14%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6A5C75 (or 0x6A5C75) is known color: Scarpa Flow. HEX triplet: 6A, 5C and 75. RGB value is (106,92,117). Sum of RGB (Red+Green+Blue) = 106+92+117=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A5C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5C75 is #95A38A. Grayscale: #626262. Windows color (decimal): -9806731 or 7691370. OLE color: 7691370.

HSL color Cylindrical-coordinate representation of color #6A5C75: hue angle of 273.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A5C75 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 92 117 -
CMYK 0.09 0.21 0 0.54
HSL 273.6º 0.12% 0.41% -
HSV(B) 273.6º 0.21% 0.46% -
XYZ 12.98 12 18.46 -
YUV 99.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 106 92 117 0.09 0.21 0 0.54 273.6 0.12 0.41
Hex 6A 5C 75 9 15 0 36 112 C 29
Octal 152 134 165 11 25 0 66 422 14 51
Binary 1101010 1011100 1110101 1001 10101 0 110110 100010010 1100 101001

Color Harmonies of #6A5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5C75

Black with #6A5C75

Text Example


Text Example

White with #6A5C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,92,117); }

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

background-color css

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

 a { background-color: rgb(106,92,117); }

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

border-color css

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

 span { border-color: rgb(106,92,117); }

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