Html Css Color HEX #6A6073 Scarpa Flow

📋 copy color: '#6A6073'

red 106 ◦ green 96 ◦ blue 115

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

Shades of Scarpa Flow #6A6073

Tints of Scarpa Flow #6A6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 33.44%
G = 30.28%
B = 36.28%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A6073 (or 0x6A6073) is known color: Scarpa Flow. HEX triplet: 6A, 60 and 73. RGB value is (106,96,115). Sum of RGB (Red+Green+Blue) = 106+96+115=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6073 is #959F8C. Grayscale: #656565. Windows color (decimal): -9805709 or 7561322. OLE color: 7561322.

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

Color convert

RGB 106 96 115 -
CMYK 0.08 0.17 0 0.55
HSL 271.58º 0.09% 0.41% -
HSV(B) 271.58º 0.17% 0.45% -
XYZ 13.22 12.67 17.97 -
YUV 101.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 106 96 115 0.08 0.17 0 0.55 271.58 0.09 0.41
Hex 6A 60 73 8 11 0 37 110 9 29
Octal 152 140 163 10 21 0 67 420 11 51
Binary 1101010 1100000 1110011 1000 10001 0 110111 100010000 1001 101001

Color Harmonies of #6A6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6073

Black with #6A6073

Text Example


Text Example

White with #6A6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,96,115); }

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

background-color css

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

 a { background-color: rgb(106,96,115); }

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

border-color css

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

 span { border-color: rgb(106,96,115); }

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