Html Css Color HEX #6F5897 Butterfly Bush

📋 copy color: '#6F5897'

red 111 ◦ green 88 ◦ blue 151

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

Shades of Butterfly Bush #6F5897

Tints of Butterfly Bush #6F5897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 31.71%
G = 25.14%
B = 43.14%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6F5897 (or 0x6F5897) is known color: Butterfly Bush. HEX triplet: 6F, 58 and 97. RGB value is (111,88,151). Sum of RGB (Red+Green+Blue) = 111+88+151=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F5897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5897 is #90A768. Grayscale: #656565. Windows color (decimal): -9480041 or 9918575. OLE color: 9918575.

HSL color Cylindrical-coordinate representation of color #6F5897: hue angle of 261.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F5897 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 88 151 -
CMYK 0.26 0.42 0 0.41
HSL 261.9º 0.26% 0.47% -
HSV(B) 261.9º 0.42% 0.59% -
XYZ 15.63 12.59 30.89 -
YUV 102.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 111 88 151 0.26 0.42 0 0.41 261.9 0.26 0.47
Hex 6F 58 97 1A 2A 0 29 106 1A 2F
Octal 157 130 227 32 52 0 51 406 32 57
Binary 1101111 1011000 10010111 11010 101010 0 101001 100000110 11010 101111

Color Harmonies of #6F5897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5897

Black with #6F5897

Text Example


Text Example

White with #6F5897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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