#675F6C

Color #675F6C Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #675F6C

Tints of Scarpa Flow #675F6C

Color information

#675F6C (or 0x675F6C) is unknown color: approx Scarpa Flow. HEX triplet: 67, 5F and 6C. RGB value is (103,95,108). Sum of RGB (Red+Green+Blue) = 103+95+108=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 108 - color contains mainly: blue. Hex color #675F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F6C is #98A093. Grayscale: #626262. Windows color (decimal): -10002580 or 7102311. OLE color: 7102311.

HSL color Cylindrical-coordinate representation of color #675F6C: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #675F6C is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10395108-
CMYK0.050.1200.58
HSL276.92º6.4%39.8%-
HSV(B)276.92º12.04%42.35%-
XYZ12.3912.1515.88-
YUV98.87133.15130.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.66%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=33.66%
G=31.05%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103951080.050.1200.58276.926.439.8
Hex675F6C5C03A115628
Octal147137154514072425650
Binary11001111011111110110010111000111010100010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F6C; }

 p { color: rgb(103,95,108); }

 H1.HeaderClassName
 {
   color: #675F6C;
 }
 .AnyTagClassName
 {
   color: #675F6C;
 }
</style>
background-color css

<style>
 a { background-color: #675F6C; }

 a { background-color: rgb(103,95,108); }

 div.DivClassName
 {
   background-color: #675F6C;
 }
 .BgClassName
 {
   background-color: #675F6C;
 }
</style>
border-color css

<style>
 span { border-color: #675F6C; }

 span { border-color: rgb(103,95,108); }

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