#676995

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

Shades of Scampi #676995

Tints of Scampi #676995

Color information

#676995 (or 0x676995) is unknown color: approx Scampi. HEX triplet: 67, 69 and 95. RGB value is (103,105,149). Sum of RGB (Red+Green+Blue) = 103+105+149=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #676995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676995 is #98966A. Grayscale: #6D6D6D. Windows color (decimal): -9999979 or 9791847. OLE color: 9791847.

HSL color Cylindrical-coordinate representation of color #676995: hue angle of 237.39º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #676995 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103105149-
CMYK0.310.3000.42
HSL237.39º18.25%49.41%-
HSV(B)237.39º30.87%58.43%-
XYZ16.0715.1630.51-
YUV109.42150.34123.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=28.85%
G=29.41%
B=41.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031051490.310.3000.42237.3918.2549.41
Hex6769951F1E02Aed1231
Octal14715122537360523552261
Binary1100111110100110010101111111111001010101110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676995; }

 p { color: rgb(103,105,149); }

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

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

 a { background-color: rgb(103,105,149); }

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

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

 span { border-color: rgb(103,105,149); }

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