Html Css Color HEX #6F589A Butterfly Bush

📋 copy color: '#6F589A'

red 111 ◦ green 88 ◦ blue 154

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

Shades of Butterfly Bush #6F589A

Tints of Butterfly Bush #6F589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 31.44%
G = 24.93%
B = 43.63%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F589A (or 0x6F589A) is known color: Butterfly Bush. HEX triplet: 6F, 58 and 9A. RGB value is (111,88,154). Sum of RGB (Red+Green+Blue) = 111+88+154=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F589A is #90A765. Grayscale: #666666. Windows color (decimal): -9480038 or 10115183. OLE color: 10115183.

HSL color Cylindrical-coordinate representation of color #6F589A: hue angle of 260.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F589A is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 88 154 -
CMYK 0.28 0.43 0 0.40
HSL 260.91º 0.27% 0.47% -
HSV(B) 260.91º 0.43% 0.6% -
XYZ 15.88 12.69 32.18 -
YUV 102.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 111 88 154 0.28 0.43 0 0.40 260.91 0.27 0.47
Hex 6F 58 9A 1C 2B 0 28 105 1B 2F
Octal 157 130 232 34 53 0 50 405 33 57
Binary 1101111 1011000 10011010 11100 101011 0 101000 100000101 11011 101111

Color Harmonies of #6F589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F589A

Black with #6F589A

Text Example


Text Example

White with #6F589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,88,154); }

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

background-color css

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

 a { background-color: rgb(111,88,154); }

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

border-color css

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

 span { border-color: rgb(111,88,154); }

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