Html Css Color HEX #605383 Butterfly Bush

📋 copy color: '#605383'

red 96 ◦ green 83 ◦ blue 131

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

Shades of Butterfly Bush #605383

Tints of Butterfly Bush #605383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 30.97%
G = 26.77%
B = 42.26%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#605383 (or 0x605383) is known color: Butterfly Bush. HEX triplet: 60, 53 and 83. RGB value is (96,83,131). Sum of RGB (Red+Green+Blue) = 96+83+131=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #605383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605383 is #9FAC7C. Grayscale: #5C5C5C. Windows color (decimal): -10464381 or 8606560. OLE color: 8606560.

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

Color convert

RGB 96 83 131 -
CMYK 0.27 0.37 0 0.49
HSL 256.25º 0.22% 0.42% -
HSV(B) 256.25º 0.37% 0.51% -
XYZ 12.01 10.31 22.83 -
YUV 92.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 96 83 131 0.27 0.37 0 0.49 256.25 0.22 0.42
Hex 60 53 83 1B 25 0 31 100 16 2A
Octal 140 123 203 33 45 0 61 400 26 52
Binary 1100000 1010011 10000011 11011 100101 0 110001 100000000 10110 101010

Color Harmonies of #605383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605383

Black with #605383

Text Example


Text Example

White with #605383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605383; }

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

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

background-color css

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

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

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

border-color css

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

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

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