#67619B

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

Shades of Scampi #67619B

Tints of Scampi #67619B

Color information

#67619B (or 0x67619B) is unknown color: approx Scampi. HEX triplet: 67, 61 and 9B. RGB value is (103,97,155). Sum of RGB (Red+Green+Blue) = 103+97+155=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #67619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67619B is #989E64. Grayscale: #696969. Windows color (decimal): -10002021 or 10183015. OLE color: 10183015.

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

Color convert

RGB10397155-
CMYK0.340.3700.39
HSL246.21º23.02%49.41%-
HSV(B)246.21º37.42%60.78%-
XYZ15.7813.832.84-
YUV105.41155.99126.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=29.01%
G=27.32%
B=43.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103971550.340.3700.39246.2123.0249.41
Hex67619B2225027f61731
Octal14714123342450473662761
Binary110011111000011001101110001010010101001111111011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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