#675093

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

Shades of Butterfly Bush #675093

Tints of Butterfly Bush #675093

Color information

#675093 (or 0x675093) is unknown color: approx Butterfly Bush. HEX triplet: 67, 50 and 93. RGB value is (103,80,147). Sum of RGB (Red+Green+Blue) = 103+80+147=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #675093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675093 is #98AF6C. Grayscale: #5E5E5E. Windows color (decimal): -10006381 or 9654375. OLE color: 9654375.

HSL color Cylindrical-coordinate representation of color #675093: hue angle of 260.6º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #675093 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10380147-
CMYK0.300.4600.42
HSL260.6º29.52%44.51%-
HSV(B)260.6º45.58%57.65%-
XYZ13.7310.7328.95-
YUV94.51157.62134.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=31.21%
G=24.24%
B=44.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103801470.300.4600.42260.629.5244.51
Hex6750931E2E02A1051e2d
Octal14712022336560524053655
Binary110011110100001001001111110101110010101010000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675093; }

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

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

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

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

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

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

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

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