Html Css Color HEX #604F85 Butterfly Bush

📋 copy color: '#604F85'

red 96 ◦ green 79 ◦ blue 133

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

Shades of Butterfly Bush #604F85

Tints of Butterfly Bush #604F85

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 31.17%
G = 25.65%
B = 43.18%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#604F85 (or 0x604F85) is known color: Butterfly Bush. HEX triplet: 60, 4F and 85. RGB value is (96,79,133). Sum of RGB (Red+Green+Blue) = 96+79+133=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #604F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F85 is #9FB07A. Grayscale: #5A5A5A. Windows color (decimal): -10465403 or 8736608. OLE color: 8736608.

HSL color Cylindrical-coordinate representation of color #604F85: hue angle of 258.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604F85 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 79 133 -
CMYK 0.28 0.41 0 0.48
HSL 258.89º 0.25% 0.42% -
HSV(B) 258.89º 0.41% 0.52% -
XYZ 11.85 9.77 23.45 -
YUV 90.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 96 79 133 0.28 0.41 0 0.48 258.89 0.25 0.42
Hex 60 4F 85 1C 29 0 30 103 19 2A
Octal 140 117 205 34 51 0 60 403 31 52
Binary 1100000 1001111 10000101 11100 101001 0 110000 100000011 11001 101010

Color Harmonies of #604F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F85

Black with #604F85

Text Example


Text Example

White with #604F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604F85; }

 p { color: rgb(96,79,133); }

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

background-color css

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

 a { background-color: rgb(96,79,133); }

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

border-color css

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

 span { border-color: rgb(96,79,133); }

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