Html Css Color HEX #605598 Butterfly Bush

📋 copy color: '#605598'

red 96 ◦ green 85 ◦ blue 152

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

Shades of Butterfly Bush #605598

Tints of Butterfly Bush #605598

RGB

 RED value IS 96 (37.89% from 255) = 28.83%

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

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

R = 28.83%
G = 25.53%
B = 45.65%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#605598 (or 0x605598) is known color: Butterfly Bush. HEX triplet: 60, 55 and 98. RGB value is (96,85,152). Sum of RGB (Red+Green+Blue) = 96+85+152=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #605598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605598 is #9FAA67. Grayscale: #5F5F5F. Windows color (decimal): -10463848 or 9983328. OLE color: 9983328.

HSL color Cylindrical-coordinate representation of color #605598: hue angle of 249.85º 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 #605598 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 85 152 -
CMYK 0.37 0.44 0 0.40
HSL 249.85º 0.28% 0.46% -
HSV(B) 249.85º 0.44% 0.6% -
XYZ 13.74 11.25 31.15 -
YUV 95.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 96 85 152 0.37 0.44 0 0.40 249.85 0.28 0.46
Hex 60 55 98 25 2C 0 28 FA 1C 2E
Octal 140 125 230 45 54 0 50 372 34 56
Binary 1100000 1010101 10011000 100101 101100 0 101000 11111010 11100 101110

Color Harmonies of #605598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605598

Black with #605598

Text Example


Text Example

White with #605598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605598; }

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

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

background-color css

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

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

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

border-color css

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

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

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