Html Css Color HEX #6C6675 Scarpa Flow

📋 copy color: '#6C6675'

red 108 ◦ green 102 ◦ blue 117

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

Shades of Scarpa Flow #6C6675

Tints of Scarpa Flow #6C6675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

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

R = 33.03%
G = 31.19%
B = 35.78%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C6675 (or 0x6C6675) is known color: Scarpa Flow. HEX triplet: 6C, 66 and 75. RGB value is (108,102,117). Sum of RGB (Red+Green+Blue) = 108+102+117=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6675 is #93998A. Grayscale: #696969. Windows color (decimal): -9673099 or 7693932. OLE color: 7693932.

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

Color convert

RGB 108 102 117 -
CMYK 0.08 0.13 0 0.54
HSL 264º 0.07% 0.43% -
HSV(B) 264º 0.13% 0.46% -
XYZ 14.15 13.98 18.78 -
YUV 105.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 108 102 117 0.08 0.13 0 0.54 264 0.07 0.43
Hex 6C 66 75 8 D 0 36 108 7 2B
Octal 154 146 165 10 15 0 66 410 7 53
Binary 1101100 1100110 1110101 1000 1101 0 110110 100001000 111 101011

Color Harmonies of #6C6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6675

Black with #6C6675

Text Example


Text Example

White with #6C6675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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