Html Css Color HEX #6B6575 Scarpa Flow

📋 copy color: '#6B6575'

red 107 ◦ green 101 ◦ blue 117

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

Shades of Scarpa Flow #6B6575

Tints of Scarpa Flow #6B6575

RGB

 RED value IS 107 (42.19% from 255) = 32.92%

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 32.92%
G = 31.08%
B = 36%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B6575 (or 0x6B6575) is known color: Scarpa Flow. HEX triplet: 6B, 65 and 75. RGB value is (107,101,117). Sum of RGB (Red+Green+Blue) = 107+101+117=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B6575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6575 is #949A8A. Grayscale: #686868. Windows color (decimal): -9738891 or 7693675. OLE color: 7693675.

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

Color convert

RGB 107 101 117 -
CMYK 0.09 0.14 0 0.54
HSL 262.5º 0.07% 0.43% -
HSV(B) 262.5º 0.14% 0.46% -
XYZ 13.93 13.72 18.74 -
YUV 104.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 107 101 117 0.09 0.14 0 0.54 262.5 0.07 0.43
Hex 6B 65 75 9 E 0 36 106 7 2B
Octal 153 145 165 11 16 0 66 406 7 53
Binary 1101011 1100101 1110101 1001 1110 0 110110 100000110 111 101011

Color Harmonies of #6B6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6575

Black with #6B6575

Text Example


Text Example

White with #6B6575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,101,117); }

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

background-color css

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

 a { background-color: rgb(107,101,117); }

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

border-color css

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

 span { border-color: rgb(107,101,117); }

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