Html Css Color HEX #6E6876 Scarpa Flow

📋 copy color: '#6E6876'

red 110 ◦ green 104 ◦ blue 118

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

Shades of Scarpa Flow #6E6876

Tints of Scarpa Flow #6E6876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 33.13%
G = 31.33%
B = 35.54%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E6876 (or 0x6E6876) is known color: Scarpa Flow. HEX triplet: 6E, 68 and 76. RGB value is (110,104,118). Sum of RGB (Red+Green+Blue) = 110+104+118=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6876 is #919789. Grayscale: #6B6B6B. Windows color (decimal): -9541514 or 7759982. OLE color: 7759982.

HSL color Cylindrical-coordinate representation of color #6E6876: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E6876 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 104 118 -
CMYK 0.07 0.12 0 0.54
HSL 265.71º 0.06% 0.44% -
HSV(B) 265.71º 0.12% 0.46% -
XYZ 14.65 14.52 19.17 -
YUV 107.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 110 104 118 0.07 0.12 0 0.54 265.71 0.06 0.44
Hex 6E 68 76 7 C 0 36 10A 6 2C
Octal 156 150 166 7 14 0 66 412 6 54
Binary 1101110 1101000 1110110 111 1100 0 110110 100001010 110 101100

Color Harmonies of #6E6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6876

Black with #6E6876

Text Example


Text Example

White with #6E6876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,118); }

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

background-color css

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

 a { background-color: rgb(110,104,118); }

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

border-color css

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

 span { border-color: rgb(110,104,118); }

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