Html Css Color HEX #605497 Butterfly Bush

📋 copy color: '#605497'

red 96 ◦ green 84 ◦ blue 151

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

Shades of Butterfly Bush #605497

Tints of Butterfly Bush #605497

RGB

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

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

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

R = 29%
G = 25.38%
B = 45.62%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#605497 (or 0x605497) is known color: Butterfly Bush. HEX triplet: 60, 54 and 97. RGB value is (96,84,151). Sum of RGB (Red+Green+Blue) = 96+84+151=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #605497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605497 is #9FAB68. Grayscale: #5E5E5E. Windows color (decimal): -10464105 or 9917536. OLE color: 9917536.

HSL color Cylindrical-coordinate representation of color #605497: hue angle of 250.75º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #605497 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 84 151 -
CMYK 0.36 0.44 0 0.41
HSL 250.75º 0.29% 0.46% -
HSV(B) 250.75º 0.44% 0.59% -
XYZ 13.58 11.06 30.7 -
YUV 95.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 96 84 151 0.36 0.44 0 0.41 250.75 0.29 0.46
Hex 60 54 97 24 2C 0 29 FB 1D 2E
Octal 140 124 227 44 54 0 51 373 35 56
Binary 1100000 1010100 10010111 100100 101100 0 101001 11111011 11101 101110

Color Harmonies of #605497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605497

Black with #605497

Text Example


Text Example

White with #605497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605497; }

 p { color: rgb(96,84,151); }

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

background-color css

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

 a { background-color: rgb(96,84,151); }

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

border-color css

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

 span { border-color: rgb(96,84,151); }

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