Html Css Color HEX #6C6275 Scarpa Flow

📋 copy color: '#6C6275'

red 108 ◦ green 98 ◦ blue 117

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

Shades of Scarpa Flow #6C6275

Tints of Scarpa Flow #6C6275

RGB

 RED value IS 108 (42.58% from 255) = 33.44%

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 33.44%
G = 30.34%
B = 36.22%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C6275 (or 0x6C6275) is known color: Scarpa Flow. HEX triplet: 6C, 62 and 75. RGB value is (108,98,117). Sum of RGB (Red+Green+Blue) = 108+98+117=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6275 is #939D8A. Grayscale: #676767. Windows color (decimal): -9674123 or 7692908. OLE color: 7692908.

HSL color Cylindrical-coordinate representation of color #6C6275: hue angle of 271.58º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C6275 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 98 117 -
CMYK 0.08 0.16 0 0.54
HSL 271.58º 0.09% 0.42% -
HSV(B) 271.58º 0.16% 0.46% -
XYZ 13.76 13.21 18.65 -
YUV 103.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 108 98 117 0.08 0.16 0 0.54 271.58 0.09 0.42
Hex 6C 62 75 8 10 0 36 110 9 2A
Octal 154 142 165 10 20 0 66 420 11 52
Binary 1101100 1100010 1110101 1000 10000 0 110110 100010000 1001 101010

Color Harmonies of #6C6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6275

Black with #6C6275

Text Example


Text Example

White with #6C6275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,98,117); }

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

background-color css

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

 a { background-color: rgb(108,98,117); }

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

border-color css

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

 span { border-color: rgb(108,98,117); }

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