#67589D

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

Shades of Scampi #67589D

Tints of Scampi #67589D

Color information

#67589D (or 0x67589D) is unknown color: approx Scampi. HEX triplet: 67, 58 and 9D. RGB value is (103,88,157). Sum of RGB (Red+Green+Blue) = 103+88+157=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #67589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67589D is #98A762. Grayscale: #646464. Windows color (decimal): -10004323 or 10311783. OLE color: 10311783.

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

Color convert

RGB10388157-
CMYK0.340.4400.38
HSL253.04º28.16%48.04%-
HSV(B)253.04º43.95%61.57%-
XYZ15.1712.333.47-
YUV100.35159.97129.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=29.60%
G=25.29%
B=45.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103881570.340.4400.38253.0428.1648.04
Hex67589D222C026fd1c30
Octal14713023542540463753460
Binary110011110110001001110110001010110001001101111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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