Html Css Color HEX #605381 Butterfly Bush

📋 copy color: '#605381'

red 96 ◦ green 83 ◦ blue 129

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

Shades of Butterfly Bush #605381

Tints of Butterfly Bush #605381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 31.17%
G = 26.95%
B = 41.88%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#605381 (or 0x605381) is known color: Butterfly Bush. HEX triplet: 60, 53 and 81. RGB value is (96,83,129). Sum of RGB (Red+Green+Blue) = 96+83+129=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #605381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605381 is #9FAC7E. Grayscale: #5B5B5B. Windows color (decimal): -10464383 or 8475488. OLE color: 8475488.

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

Color convert

RGB 96 83 129 -
CMYK 0.26 0.36 0 0.49
HSL 256.96º 0.22% 0.42% -
HSV(B) 256.96º 0.36% 0.51% -
XYZ 11.88 10.26 22.12 -
YUV 92.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 96 83 129 0.26 0.36 0 0.49 256.96 0.22 0.42
Hex 60 53 81 1A 24 0 31 101 16 2A
Octal 140 123 201 32 44 0 61 401 26 52
Binary 1100000 1010011 10000001 11010 100100 0 110001 100000001 10110 101010

Color Harmonies of #605381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605381

Black with #605381

Text Example


Text Example

White with #605381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605381; }

 p { color: rgb(96,83,129); }

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

background-color css

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

 a { background-color: rgb(96,83,129); }

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

border-color css

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

 span { border-color: rgb(96,83,129); }

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