#666468

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

Shades of Scarpa Flow #666468

Tints of Scarpa Flow #666468

Color information

#666468 (or 0x666468) is unknown color: approx Scarpa Flow. HEX triplet: 66, 64 and 68. RGB value is (102,100,104). Sum of RGB (Red+Green+Blue) = 102+100+104=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 104 - color contains mainly: blue. Hex color #666468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666468 is #999B97. Grayscale: #656565. Windows color (decimal): -10066840 or 6841446. OLE color: 6841446.

HSL color Cylindrical-coordinate representation of color #666468: hue angle of 270º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #666468 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB102100104-
CMYK0.020.0400.59
HSL270º1.96%40%-
HSV(B)270º3.85%40.78%-
XYZ12.5412.9414.93-
YUV101.05129.66128.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=33.33%
G=32.68%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1021001040.020.0400.592701.9640
Hex6664682403B10e228
Octal14614415024073416250
Binary11001101100100110100010100011101110000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666468; }

 p { color: rgb(102,100,104); }

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

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

 a { background-color: rgb(102,100,104); }

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

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

 span { border-color: rgb(102,100,104); }

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