#67606C

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

Shades of Scarpa Flow #67606C

Tints of Scarpa Flow #67606C

Color information

#67606C (or 0x67606C) is unknown color: approx Scarpa Flow. HEX triplet: 67, 60 and 6C. RGB value is (103,96,108). Sum of RGB (Red+Green+Blue) = 103+96+108=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 108 - color contains mainly: blue. Hex color #67606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67606C is #989F93. Grayscale: #636363. Windows color (decimal): -10002324 or 7102567. OLE color: 7102567.

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

Color convert

RGB10396108-
CMYK0.050.1100.58
HSL275º5.88%40%-
HSV(B)275º11.11%42.35%-
XYZ12.4812.3315.91-
YUV99.46132.82130.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.55%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=33.55%
G=31.27%
B=35.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103961080.050.1100.582755.8840
Hex67606C5B03A113628
Octal147140154513072423650
Binary11001111100000110110010110110111010100010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67606C; }

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

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

<style>
 a { background-color: #67606C; }

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

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

<style>
 span { border-color: #67606C; }

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

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