Html Css Color HEX #604E99 Butterfly Bush

📋 copy color: '#604E99'

red 96 ◦ green 78 ◦ blue 153

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

Shades of Butterfly Bush #604E99

Tints of Butterfly Bush #604E99

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.85%

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 29.36%
G = 23.85%
B = 46.79%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#604E99 (or 0x604E99) is known color: Butterfly Bush. HEX triplet: 60, 4E and 99. RGB value is (96,78,153). Sum of RGB (Red+Green+Blue) = 96+78+153=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #604E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604E99 is #9FB166. Grayscale: #5B5B5B. Windows color (decimal): -10465639 or 10047072. OLE color: 10047072.

HSL color Cylindrical-coordinate representation of color #604E99: hue angle of 254.4º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #604E99 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 78 153 -
CMYK 0.37 0.49 0 0.4
HSL 254.4º 0.32% 0.45% -
HSV(B) 254.4º 0.49% 0.6% -
XYZ 13.3 10.24 31.41 -
YUV 91.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 96 78 153 0.37 0.49 0 0.4 254.4 0.32 0.45
Hex 60 4E 99 25 31 0 28 FE 20 2D
Octal 140 116 231 45 61 0 50 376 40 55
Binary 1100000 1001110 10011001 100101 110001 0 101000 11111110 100000 101101

Color Harmonies of #604E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E99

Black with #604E99

Text Example


Text Example

White with #604E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,78,153); }

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

background-color css

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

 a { background-color: rgb(96,78,153); }

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

border-color css

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

 span { border-color: rgb(96,78,153); }

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