Html Css Color HEX #6F589B Butterfly Bush

📋 copy color: '#6F589B'

red 111 ◦ green 88 ◦ blue 155

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

Shades of Butterfly Bush #6F589B

Tints of Butterfly Bush #6F589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 31.36%
G = 24.86%
B = 43.79%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F589B (or 0x6F589B) is known color: Butterfly Bush. HEX triplet: 6F, 58 and 9B. RGB value is (111,88,155). Sum of RGB (Red+Green+Blue) = 111+88+155=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F589B is #90A764. Grayscale: #666666. Windows color (decimal): -9480037 or 10180719. OLE color: 10180719.

HSL color Cylindrical-coordinate representation of color #6F589B: hue angle of 260.6º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F589B is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 88 155 -
CMYK 0.28 0.43 0 0.39
HSL 260.6º 0.28% 0.48% -
HSV(B) 260.6º 0.43% 0.61% -
XYZ 15.96 12.73 32.63 -
YUV 102.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 111 88 155 0.28 0.43 0 0.39 260.6 0.28 0.48
Hex 6F 58 9B 1C 2B 0 27 105 1C 30
Octal 157 130 233 34 53 0 47 405 34 60
Binary 1101111 1011000 10011011 11100 101011 0 100111 100000101 11100 110000

Color Harmonies of #6F589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F589B

Black with #6F589B

Text Example


Text Example

White with #6F589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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