Html Css Color HEX #6F598E Butterfly Bush

📋 copy color: '#6F598E'

red 111 ◦ green 89 ◦ blue 142

#6F598E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #6F598E

Tints of Butterfly Bush #6F598E

RGB

 RED value IS 111 (43.75% from 255) = 32.46%

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 32.46%
G = 26.02%
B = 41.52%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F598E (or 0x6F598E) is known color: Butterfly Bush. HEX triplet: 6F, 59 and 8E. RGB value is (111,89,142). Sum of RGB (Red+Green+Blue) = 111+89+142=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F598E is #90A671. Grayscale: #656565. Windows color (decimal): -9479794 or 9329007. OLE color: 9329007.

HSL color Cylindrical-coordinate representation of color #6F598E: hue angle of 264.91º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F598E is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 89 142 -
CMYK 0.22 0.37 0 0.44
HSL 264.91º 0.23% 0.45% -
HSV(B) 264.91º 0.37% 0.56% -
XYZ 15.01 12.48 27.21 -
YUV 101.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 111 89 142 0.22 0.37 0 0.44 264.91 0.23 0.45
Hex 6F 59 8E 16 25 0 2C 109 17 2D
Octal 157 131 216 26 45 0 54 411 27 55
Binary 1101111 1011001 10001110 10110 100101 0 101100 100001001 10111 101101

Color Harmonies of #6F598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F598E

Black with #6F598E

Text Example


Text Example

White with #6F598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,142); }

 H1.HeaderClassName
 {
   color: #6F598E;
 }
 .AnyTagClassName
 {
   color: #6F598E;
 }
</style>

background-color css

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

 a { background-color: rgb(111,89,142); }

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

border-color css

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

 span { border-color: rgb(111,89,142); }

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