Html Css Color HEX #6A6373 Scarpa Flow

📋 copy color: '#6A6373'

red 106 ◦ green 99 ◦ blue 115

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

Shades of Scarpa Flow #6A6373

Tints of Scarpa Flow #6A6373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 33.13%
G = 30.94%
B = 35.94%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A6373 (or 0x6A6373) is known color: Scarpa Flow. HEX triplet: 6A, 63 and 73. RGB value is (106,99,115). Sum of RGB (Red+Green+Blue) = 106+99+115=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6373 is #959C8C. Grayscale: #666666. Windows color (decimal): -9804941 or 7562090. OLE color: 7562090.

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

Color convert

RGB 106 99 115 -
CMYK 0.08 0.14 0 0.55
HSL 266.25º 0.07% 0.42% -
HSV(B) 266.25º 0.14% 0.45% -
XYZ 13.5 13.23 18.06 -
YUV 102.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 106 99 115 0.08 0.14 0 0.55 266.25 0.07 0.42
Hex 6A 63 73 8 E 0 37 10A 7 2A
Octal 152 143 163 10 16 0 67 412 7 52
Binary 1101010 1100011 1110011 1000 1110 0 110111 100001010 111 101010

Color Harmonies of #6A6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6373

Black with #6A6373

Text Example


Text Example

White with #6A6373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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