Html Css Color HEX #6E6773 Scarpa Flow

📋 copy color: '#6E6773'

red 110 ◦ green 103 ◦ blue 115

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

Shades of Scarpa Flow #6E6773

Tints of Scarpa Flow #6E6773

RGB

 RED value IS 110 (43.36% from 255) = 33.54%

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 33.54%
G = 31.4%
B = 35.06%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E6773 (or 0x6E6773) is known color: Scarpa Flow. HEX triplet: 6E, 67 and 73. RGB value is (110,103,115). Sum of RGB (Red+Green+Blue) = 110+103+115=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6773 is #91988C. Grayscale: #6A6A6A. Windows color (decimal): -9541773 or 7563118. OLE color: 7563118.

HSL color Cylindrical-coordinate representation of color #6E6773: hue angle of 275º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E6773 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 103 115 -
CMYK 0.04 0.10 0 0.55
HSL 275º 0.06% 0.43% -
HSV(B) 275º 0.1% 0.45% -
XYZ 14.38 14.25 18.21 -
YUV 106.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 110 103 115 0.04 0.10 0 0.55 275 0.06 0.43
Hex 6E 67 73 4 A 0 37 113 6 2B
Octal 156 147 163 4 12 0 67 423 6 53
Binary 1101110 1100111 1110011 100 1010 0 110111 100010011 110 101011

Color Harmonies of #6E6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6773

Black with #6E6773

Text Example


Text Example

White with #6E6773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,103,115); }

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

background-color css

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

 a { background-color: rgb(110,103,115); }

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

border-color css

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

 span { border-color: rgb(110,103,115); }

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