Html Css Color HEX #6A6072 Scarpa Flow

📋 copy color: '#6A6072'

red 106 ◦ green 96 ◦ blue 114

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

Shades of Scarpa Flow #6A6072

Tints of Scarpa Flow #6A6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 33.54%
G = 30.38%
B = 36.08%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A6072 (or 0x6A6072) is known color: Scarpa Flow. HEX triplet: 6A, 60 and 72. RGB value is (106,96,114). Sum of RGB (Red+Green+Blue) = 106+96+114=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6072 is #959F8D. Grayscale: #646464. Windows color (decimal): -9805710 or 7495786. OLE color: 7495786.

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

Color convert

RGB 106 96 114 -
CMYK 0.07 0.16 0 0.55
HSL 273.33º 0.09% 0.41% -
HSV(B) 273.33º 0.16% 0.45% -
XYZ 13.16 12.64 17.67 -
YUV 101.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 106 96 114 0.07 0.16 0 0.55 273.33 0.09 0.41
Hex 6A 60 72 7 10 0 37 111 9 29
Octal 152 140 162 7 20 0 67 421 11 51
Binary 1101010 1100000 1110010 111 10000 0 110111 100010001 1001 101001

Color Harmonies of #6A6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6072

Black with #6A6072

Text Example


Text Example

White with #6A6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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