#6F538B

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

Shades of Butterfly Bush #6F538B

Tints of Butterfly Bush #6F538B

Color information

#6F538B (or 0x6F538B) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 53 and 8B. RGB value is (111,83,139). Sum of RGB (Red+Green+Blue) = 111+83+139=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F538B is #90AC74. Grayscale: #616161. Windows color (decimal): -9481333 or 9130863. OLE color: 9130863.

HSL color Cylindrical-coordinate representation of color #6F538B: hue angle of 270º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F538B is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11183139-
CMYK0.200.4000.45
HSL270º25.23%43.53%-
HSV(B)270º40.29%54.51%-
XYZ14.3111.4325.88-
YUV97.76151.28137.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.33%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=33.33%
G=24.92%
B=41.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111831390.200.4000.4527025.2343.53
Hex6F538B142802D10e192c
Octal15712321324500554163154
Binary110111110100111000101110100101000010110110000111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F538B; }

 p { color: rgb(111,83,139); }

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

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

 a { background-color: rgb(111,83,139); }

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

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

 span { border-color: rgb(111,83,139); }

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