Html Css Color HEX #6F5495 Butterfly Bush

📋 copy color: '#6F5495'

red 111 ◦ green 84 ◦ blue 149

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

Shades of Butterfly Bush #6F5495

Tints of Butterfly Bush #6F5495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 32.27%
G = 24.42%
B = 43.31%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F5495 (or 0x6F5495) is known color: Butterfly Bush. HEX triplet: 6F, 54 and 95. RGB value is (111,84,149). Sum of RGB (Red+Green+Blue) = 111+84+149=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5495 is #90AB6A. Grayscale: #636363. Windows color (decimal): -9481067 or 9786479. OLE color: 9786479.

HSL color Cylindrical-coordinate representation of color #6F5495: hue angle of 264.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F5495 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 84 149 -
CMYK 0.26 0.44 0 0.42
HSL 264.92º 0.28% 0.46% -
HSV(B) 264.92º 0.44% 0.58% -
XYZ 15.15 11.89 29.93 -
YUV 99.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 111 84 149 0.26 0.44 0 0.42 264.92 0.28 0.46
Hex 6F 54 95 1A 2C 0 2A 109 1C 2E
Octal 157 124 225 32 54 0 52 411 34 56
Binary 1101111 1010100 10010101 11010 101100 0 101010 100001001 11100 101110

Color Harmonies of #6F5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5495

Black with #6F5495

Text Example


Text Example

White with #6F5495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,84,149); }

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

background-color css

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

 a { background-color: rgb(111,84,149); }

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

border-color css

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

 span { border-color: rgb(111,84,149); }

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