Html Css Color HEX #6E6777 Scarpa Flow

📋 copy color: '#6E6777'

red 110 ◦ green 103 ◦ blue 119

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

Shades of Scarpa Flow #6E6777

Tints of Scarpa Flow #6E6777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 33.13%
G = 31.02%
B = 35.84%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E6777 (or 0x6E6777) is known color: Scarpa Flow. HEX triplet: 6E, 67 and 77. RGB value is (110,103,119). Sum of RGB (Red+Green+Blue) = 110+103+119=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E6777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6777 is #919888. Grayscale: #6A6A6A. Windows color (decimal): -9541769 or 7825262. OLE color: 7825262.

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

Color convert

RGB 110 103 119 -
CMYK 0.08 0.13 0 0.53
HSL 266.25º 0.07% 0.44% -
HSV(B) 266.25º 0.13% 0.47% -
XYZ 14.61 14.35 19.45 -
YUV 106.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 110 103 119 0.08 0.13 0 0.53 266.25 0.07 0.44
Hex 6E 67 77 8 D 0 35 10A 7 2C
Octal 156 147 167 10 15 0 65 412 7 54
Binary 1101110 1100111 1110111 1000 1101 0 110101 100001010 111 101100

Color Harmonies of #6E6777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6777

Black with #6E6777

Text Example


Text Example

White with #6E6777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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