#67589B

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

Shades of Scampi #67589B

Tints of Scampi #67589B

Color information

#67589B (or 0x67589B) is unknown color: approx Scampi. HEX triplet: 67, 58 and 9B. RGB value is (103,88,155). Sum of RGB (Red+Green+Blue) = 103+88+155=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #67589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67589B is #98A764. Grayscale: #636363. Windows color (decimal): -10004325 or 10180711. OLE color: 10180711.

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

Color convert

RGB10388155-
CMYK0.340.4300.39
HSL253.43º27.57%47.65%-
HSV(B)253.43º43.23%60.78%-
XYZ1512.2332.58-
YUV100.12158.97130.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.77%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=29.77%
G=25.43%
B=44.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103881550.340.4300.39253.4327.5747.65
Hex67589B222B027fd1c30
Octal14713023342530473753460
Binary110011110110001001101110001010101101001111111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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