Html Css Color HEX #605082 Butterfly Bush

📋 copy color: '#605082'

red 96 ◦ green 80 ◦ blue 130

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

Shades of Butterfly Bush #605082

Tints of Butterfly Bush #605082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 130 (51.17% from 255) = 42.48%

R = 31.37%
G = 26.14%
B = 42.48%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#605082 (or 0x605082) is known color: Butterfly Bush. HEX triplet: 60, 50 and 82. RGB value is (96,80,130). Sum of RGB (Red+Green+Blue) = 96+80+130=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #605082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605082 is #9FAF7D. Grayscale: #5A5A5A. Windows color (decimal): -10465150 or 8540256. OLE color: 8540256.

HSL color Cylindrical-coordinate representation of color #605082: hue angle of 259.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #605082 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 80 130 -
CMYK 0.26 0.38 0 0.49
HSL 259.2º 0.24% 0.41% -
HSV(B) 259.2º 0.38% 0.51% -
XYZ 11.72 9.84 22.4 -
YUV 90.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 96 80 130 0.26 0.38 0 0.49 259.2 0.24 0.41
Hex 60 50 82 1A 26 0 31 103 18 29
Octal 140 120 202 32 46 0 61 403 30 51
Binary 1100000 1010000 10000010 11010 100110 0 110001 100000011 11000 101001

Color Harmonies of #605082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605082

Black with #605082

Text Example


Text Example

White with #605082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605082; }

 p { color: rgb(96,80,130); }

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

background-color css

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

 a { background-color: rgb(96,80,130); }

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

border-color css

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

 span { border-color: rgb(96,80,130); }

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