Html Css Color HEX #6E6875 Scarpa Flow

📋 copy color: '#6E6875'

red 110 ◦ green 104 ◦ blue 117

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

Shades of Scarpa Flow #6E6875

Tints of Scarpa Flow #6E6875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 33.23%
G = 31.42%
B = 35.35%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E6875 (or 0x6E6875) is known color: Scarpa Flow. HEX triplet: 6E, 68 and 75. RGB value is (110,104,117). Sum of RGB (Red+Green+Blue) = 110+104+117=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E6875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6875 is #91978A. Grayscale: #6B6B6B. Windows color (decimal): -9541515 or 7694446. OLE color: 7694446.

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

Color convert

RGB 110 104 117 -
CMYK 0.06 0.11 0 0.54
HSL 267.69º 0.06% 0.43% -
HSV(B) 267.69º 0.11% 0.46% -
XYZ 14.59 14.5 18.86 -
YUV 107.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 110 104 117 0.06 0.11 0 0.54 267.69 0.06 0.43
Hex 6E 68 75 6 B 0 36 10C 6 2B
Octal 156 150 165 6 13 0 66 414 6 53
Binary 1101110 1101000 1110101 110 1011 0 110110 100001100 110 101011

Color Harmonies of #6E6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6875

Black with #6E6875

Text Example


Text Example

White with #6E6875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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