#67589A

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

Shades of Scampi #67589A

Tints of Scampi #67589A

Color information

#67589A (or 0x67589A) is unknown color: approx Scampi. HEX triplet: 67, 58 and 9A. RGB value is (103,88,154). Sum of RGB (Red+Green+Blue) = 103+88+154=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #67589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67589A is #98A765. Grayscale: #636363. Windows color (decimal): -10004326 or 10115175. OLE color: 10115175.

HSL color Cylindrical-coordinate representation of color #67589A: hue angle of 253.64º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67589A is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10388154-
CMYK0.330.4300.40
HSL253.64º27.27%47.45%-
HSV(B)253.64º42.86%60.39%-
XYZ14.9212.232.14-
YUV100.01158.47130.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=29.86%
G=25.51%
B=44.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103881540.330.4300.40253.6427.2747.45
Hex67589A212B028fe1b2f
Octal14713023241530503763357
Binary110011110110001001101010000110101101010001111111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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