#67669D

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

Shades of Scampi #67669D

Tints of Scampi #67669D

Color information

#67669D (or 0x67669D) is unknown color: approx Scampi. HEX triplet: 67, 66 and 9D. RGB value is (103,102,157). Sum of RGB (Red+Green+Blue) = 103+102+157=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #67669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67669D is #989962. Grayscale: #6C6C6C. Windows color (decimal): -10000739 or 10315367. OLE color: 10315367.

HSL color Cylindrical-coordinate representation of color #67669D: hue angle of 241.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67669D is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103102157-
CMYK0.340.3500.38
HSL241.09º21.91%50.78%-
HSV(B)241.09º35.03%61.57%-
XYZ16.4314.8233.89-
YUV108.57155.33124.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=28.45%
G=28.18%
B=43.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031021570.340.3500.38241.0921.9150.78
Hex67669D2223026f11633
Octal14714623542430463612663
Binary110011111001101001110110001010001101001101111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67669D; }

 p { color: rgb(103,102,157); }

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

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

 a { background-color: rgb(103,102,157); }

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

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

 span { border-color: rgb(103,102,157); }

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