Html Css Color HEX #605083 Butterfly Bush

📋 copy color: '#605083'

red 96 ◦ green 80 ◦ blue 131

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

Shades of Butterfly Bush #605083

Tints of Butterfly Bush #605083

RGB

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

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

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

R = 31.27%
G = 26.06%
B = 42.67%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#605083 (or 0x605083) is known color: Butterfly Bush. HEX triplet: 60, 50 and 83. RGB value is (96,80,131). Sum of RGB (Red+Green+Blue) = 96+80+131=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #605083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605083 is #9FAF7C. Grayscale: #5A5A5A. Windows color (decimal): -10465149 or 8605792. OLE color: 8605792.

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

Color convert

RGB 96 80 131 -
CMYK 0.27 0.39 0 0.49
HSL 258.82º 0.24% 0.41% -
HSV(B) 258.82º 0.39% 0.51% -
XYZ 11.79 9.86 22.76 -
YUV 90.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 96 80 131 0.27 0.39 0 0.49 258.82 0.24 0.41
Hex 60 50 83 1B 27 0 31 103 18 29
Octal 140 120 203 33 47 0 61 403 30 51
Binary 1100000 1010000 10000011 11011 100111 0 110001 100000011 11000 101001

Color Harmonies of #605083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605083

Black with #605083

Text Example


Text Example

White with #605083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605083; }

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

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

background-color css

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

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

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

border-color css

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

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

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