Html Css Color HEX #6F5598 Butterfly Bush

📋 copy color: '#6F5598'

red 111 ◦ green 85 ◦ blue 152

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

Shades of Butterfly Bush #6F5598

Tints of Butterfly Bush #6F5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 31.9%
G = 24.43%
B = 43.68%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F5598 (or 0x6F5598) is known color: Butterfly Bush. HEX triplet: 6F, 55 and 98. RGB value is (111,85,152). Sum of RGB (Red+Green+Blue) = 111+85+152=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F5598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5598 is #90AA67. Grayscale: #646464. Windows color (decimal): -9480808 or 9983343. OLE color: 9983343.

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

Color convert

RGB 111 85 152 -
CMYK 0.27 0.44 0 0.40
HSL 263.28º 0.28% 0.46% -
HSV(B) 263.28º 0.44% 0.6% -
XYZ 15.47 12.14 31.23 -
YUV 100.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 111 85 152 0.27 0.44 0 0.40 263.28 0.28 0.46
Hex 6F 55 98 1B 2C 0 28 107 1C 2E
Octal 157 125 230 33 54 0 50 407 34 56
Binary 1101111 1010101 10011000 11011 101100 0 101000 100000111 11100 101110

Color Harmonies of #6F5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5598

Black with #6F5598

Text Example


Text Example

White with #6F5598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,152); }

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

background-color css

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

 a { background-color: rgb(111,85,152); }

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

border-color css

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

 span { border-color: rgb(111,85,152); }

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