#67609F

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

Shades of Scampi #67609F

Tints of Scampi #67609F

Color information

#67609F (or 0x67609F) is unknown color: approx Scampi. HEX triplet: 67, 60 and 9F. RGB value is (103,96,159). Sum of RGB (Red+Green+Blue) = 103+96+159=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #67609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67609F is #989F60. Grayscale: #696969. Windows color (decimal): -10002273 or 10444903. OLE color: 10444903.

HSL color Cylindrical-coordinate representation of color #67609F: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67609F is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10396159-
CMYK0.350.4000.38
HSL246.67º24.71%50%-
HSV(B)246.67º39.62%62.35%-
XYZ16.0313.7534.61-
YUV105.28158.32126.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 159 (62.5% from 255) = 44.41%
R=28.77%
G=26.82%
B=44.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103961590.350.4000.38246.6724.7150
Hex67609F2328026f71932
Octal14714023743500463673162
Binary110011111000001001111110001110100001001101111011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67609F; }

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

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

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

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

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

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

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

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