#67619C

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

Shades of Scampi #67619C

Tints of Scampi #67619C

Color information

#67619C (or 0x67619C) is unknown color: approx Scampi. HEX triplet: 67, 61 and 9C. RGB value is (103,97,156). Sum of RGB (Red+Green+Blue) = 103+97+156=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #67619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67619C is #989E63. Grayscale: #696969. Windows color (decimal): -10002020 or 10248551. OLE color: 10248551.

HSL color Cylindrical-coordinate representation of color #67619C: hue angle of 246.1º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67619C is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10397156-
CMYK0.340.3800.39
HSL246.1º23.32%49.61%-
HSV(B)246.1º37.82%61.18%-
XYZ15.8713.8333.29-
YUV105.52156.49126.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=28.93%
G=27.25%
B=43.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103971560.340.3800.39246.123.3249.61
Hex67619C2226027f61732
Octal14714123442460473662762
Binary110011111000011001110010001010011001001111111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,97,156); }

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

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

 a { background-color: rgb(103,97,156); }

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

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

 span { border-color: rgb(103,97,156); }

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