#68588B

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

Shades of Butterfly Bush #68588B

Tints of Butterfly Bush #68588B

Color information

#68588B (or 0x68588B) is unknown color: approx Butterfly Bush. HEX triplet: 68, 58 and 8B. RGB value is (104,88,139). Sum of RGB (Red+Green+Blue) = 104+88+139=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #68588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68588B is #97A774. Grayscale: #626262. Windows color (decimal): -9938805 or 9132136. OLE color: 9132136.

HSL color Cylindrical-coordinate representation of color #68588B: hue angle of 258.82º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68588B is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10488139-
CMYK0.250.3700.45
HSL258.82º22.47%44.51%-
HSV(B)258.82º36.69%54.51%-
XYZ13.8611.7925.97-
YUV98.6150.8131.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=31.42%
G=26.59%
B=41.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104881390.250.3700.45258.8222.4744.51
Hex68588B192502D103162d
Octal15013021331450554032655
Binary110100010110001000101111001100101010110110000001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,88,139); }

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

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

 a { background-color: rgb(104,88,139); }

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

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

 span { border-color: rgb(104,88,139); }

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