#67508D

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

Shades of Butterfly Bush #67508D

Tints of Butterfly Bush #67508D

Color information

#67508D (or 0x67508D) is unknown color: approx Butterfly Bush. HEX triplet: 67, 50 and 8D. RGB value is (103,80,141). Sum of RGB (Red+Green+Blue) = 103+80+141=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #67508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67508D is #98AF72. Grayscale: #5D5D5D. Windows color (decimal): -10006387 or 9261159. OLE color: 9261159.

HSL color Cylindrical-coordinate representation of color #67508D: hue angle of 262.62º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67508D is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10380141-
CMYK0.270.4300.45
HSL262.62º27.6%43.33%-
HSV(B)262.62º43.26%55.29%-
XYZ13.2710.5426.54-
YUV93.83154.62134.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=31.79%
G=24.69%
B=43.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103801410.270.4300.45262.6227.643.33
Hex67508D1B2B02D1071c2b
Octal14712021533530554073453
Binary110011110100001000110111011101011010110110000011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,80,141); }

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

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

 a { background-color: rgb(103,80,141); }

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

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

 span { border-color: rgb(103,80,141); }

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