Html Css Color HEX #605992 Butterfly Bush

📋 copy color: '#605992'

red 96 ◦ green 89 ◦ blue 146

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

Shades of Butterfly Bush #605992

Tints of Butterfly Bush #605992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 29%
G = 26.89%
B = 44.11%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#605992 (or 0x605992) is known color: Butterfly Bush. HEX triplet: 60, 59 and 92. RGB value is (96,89,146). Sum of RGB (Red+Green+Blue) = 96+89+146=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #605992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605992 is #9FA66D. Grayscale: #616161. Windows color (decimal): -10462830 or 9591136. OLE color: 9591136.

HSL color Cylindrical-coordinate representation of color #605992: hue angle of 247.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #605992 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 89 146 -
CMYK 0.34 0.39 0 0.43
HSL 247.37º 0.24% 0.46% -
HSV(B) 247.37º 0.39% 0.57% -
XYZ 13.58 11.71 28.74 -
YUV 97.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 96 89 146 0.34 0.39 0 0.43 247.37 0.24 0.46
Hex 60 59 92 22 27 0 2B F7 18 2E
Octal 140 131 222 42 47 0 53 367 30 56
Binary 1100000 1011001 10010010 100010 100111 0 101011 11110111 11000 101110

Color Harmonies of #605992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605992

Black with #605992

Text Example


Text Example

White with #605992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605992; }

 p { color: rgb(96,89,146); }

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

background-color css

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

 a { background-color: rgb(96,89,146); }

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

border-color css

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

 span { border-color: rgb(96,89,146); }

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