Html Css Color HEX #60507C Butterfly Bush

📋 copy color: '#60507C'

red 96 ◦ green 80 ◦ blue 124

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

Shades of Butterfly Bush #60507C

Tints of Butterfly Bush #60507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 32%
G = 26.67%
B = 41.33%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60507C (or 0x60507C) is known color: Butterfly Bush. HEX triplet: 60, 50 and 7C. RGB value is (96,80,124). Sum of RGB (Red+Green+Blue) = 96+80+124=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #60507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60507C is #9FAF83. Grayscale: #595959. Windows color (decimal): -10465156 or 8147040. OLE color: 8147040.

HSL color Cylindrical-coordinate representation of color #60507C: hue angle of 261.82º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60507C is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 80 124 -
CMYK 0.23 0.35 0 0.51
HSL 261.82º 0.22% 0.4% -
HSV(B) 261.82º 0.35% 0.49% -
XYZ 11.33 9.68 20.34 -
YUV 89.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 96 80 124 0.23 0.35 0 0.51 261.82 0.22 0.4
Hex 60 50 7C 17 23 0 33 106 16 28
Octal 140 120 174 27 43 0 63 406 26 50
Binary 1100000 1010000 1111100 10111 100011 0 110011 100000110 10110 101000

Color Harmonies of #60507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60507C

Black with #60507C

Text Example


Text Example

White with #60507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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