#68558A

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

Shades of Butterfly Bush #68558A

Tints of Butterfly Bush #68558A

Color information

#68558A (or 0x68558A) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 8A. RGB value is (104,85,138). Sum of RGB (Red+Green+Blue) = 104+85+138=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #68558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68558A is #97AA75. Grayscale: #606060. Windows color (decimal): -9939574 or 9065832. OLE color: 9065832.

HSL color Cylindrical-coordinate representation of color #68558A: hue angle of 261.51º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68558A is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10485138-
CMYK0.250.3800.46
HSL261.51º23.77%43.73%-
HSV(B)261.51º38.41%54.12%-
XYZ13.5411.2825.51-
YUV96.72151.29133.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=31.80%
G=25.99%
B=42.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104851380.250.3800.46261.5123.7743.73
Hex68558A192602E106182c
Octal15012521231460564063054
Binary110100010101011000101011001100110010111010000011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,85,138); }

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

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

 a { background-color: rgb(104,85,138); }

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

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

 span { border-color: rgb(104,85,138); }

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