#67639C

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

Shades of Scampi #67639C

Tints of Scampi #67639C

Color information

#67639C (or 0x67639C) is unknown color: approx Scampi. HEX triplet: 67, 63 and 9C. RGB value is (103,99,156). Sum of RGB (Red+Green+Blue) = 103+99+156=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #67639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67639C is #989C63. Grayscale: #6A6A6A. Windows color (decimal): -10001508 or 10249063. OLE color: 10249063.

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

Color convert

RGB10399156-
CMYK0.340.3700.39
HSL244.21º22.35%50%-
HSV(B)244.21º36.54%61.18%-
XYZ16.0614.2133.35-
YUV106.69155.83125.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=28.77%
G=27.65%
B=43.58%

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
Decimal103991560.340.3700.39244.2122.3550
Hex67639C2225027f41632
Octal14714323442450473642662
Binary110011111000111001110010001010010101001111111010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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