Html Css Color HEX #6C6670 Scarpa Flow

📋 copy color: '#6C6670'

red 108 ◦ green 102 ◦ blue 112

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

Shades of Scarpa Flow #6C6670

Tints of Scarpa Flow #6C6670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 33.54%
G = 31.68%
B = 34.78%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C6670 (or 0x6C6670) is known color: Scarpa Flow. HEX triplet: 6C, 66 and 70. RGB value is (108,102,112). Sum of RGB (Red+Green+Blue) = 108+102+112=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C6670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6670 is #93998F. Grayscale: #686868. Windows color (decimal): -9673104 or 7366252. OLE color: 7366252.

HSL color Cylindrical-coordinate representation of color #6C6670: hue angle of 276º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C6670 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 102 112 -
CMYK 0.04 0.09 0 0.56
HSL 276º 0.05% 0.42% -
HSV(B) 276º 0.09% 0.44% -
XYZ 13.86 13.86 17.27 -
YUV 104.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 108 102 112 0.04 0.09 0 0.56 276 0.05 0.42
Hex 6C 66 70 4 9 0 38 114 5 2A
Octal 154 146 160 4 11 0 70 424 5 52
Binary 1101100 1100110 1110000 100 1001 0 111000 100010100 101 101010

Color Harmonies of #6C6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6670

Black with #6C6670

Text Example


Text Example

White with #6C6670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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