Html Css Color HEX #605090 Butterfly Bush

📋 copy color: '#605090'

red 96 ◦ green 80 ◦ blue 144

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

Shades of Butterfly Bush #605090

Tints of Butterfly Bush #605090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45%

R = 30%
G = 25%
B = 45%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#605090 (or 0x605090) is known color: Butterfly Bush. HEX triplet: 60, 50 and 90. RGB value is (96,80,144). Sum of RGB (Red+Green+Blue) = 96+80+144=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #605090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605090 is #9FAF6F. Grayscale: #5B5B5B. Windows color (decimal): -10465136 or 9457760. OLE color: 9457760.

HSL color Cylindrical-coordinate representation of color #605090: hue angle of 255º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #605090 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 80 144 -
CMYK 0.33 0.44 0 0.44
HSL 255º 0.29% 0.44% -
HSV(B) 255º 0.44% 0.56% -
XYZ 12.73 10.24 27.69 -
YUV 92.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 96 80 144 0.33 0.44 0 0.44 255 0.29 0.44
Hex 60 50 90 21 2C 0 2C FF 1D 2C
Octal 140 120 220 41 54 0 54 377 35 54
Binary 1100000 1010000 10010000 100001 101100 0 101100 11111111 11101 101100

Color Harmonies of #605090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605090

Black with #605090

Text Example


Text Example

White with #605090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605090; }

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

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

background-color css

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

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

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

border-color css

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

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

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