Html Css Color HEX #604F84 Butterfly Bush

📋 copy color: '#604F84'

red 96 ◦ green 79 ◦ blue 132

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

Shades of Butterfly Bush #604F84

Tints of Butterfly Bush #604F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43%

R = 31.27%
G = 25.73%
B = 43%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#604F84 (or 0x604F84) is known color: Butterfly Bush. HEX triplet: 60, 4F and 84. RGB value is (96,79,132). Sum of RGB (Red+Green+Blue) = 96+79+132=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #604F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F84 is #9FB07B. Grayscale: #595959. Windows color (decimal): -10465404 or 8671072. OLE color: 8671072.

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

Color convert

RGB 96 79 132 -
CMYK 0.27 0.40 0 0.48
HSL 259.25º 0.25% 0.41% -
HSV(B) 259.25º 0.4% 0.52% -
XYZ 11.78 9.74 23.09 -
YUV 90.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 96 79 132 0.27 0.40 0 0.48 259.25 0.25 0.41
Hex 60 4F 84 1B 28 0 30 103 19 29
Octal 140 117 204 33 50 0 60 403 31 51
Binary 1100000 1001111 10000100 11011 101000 0 110000 100000011 11001 101001

Color Harmonies of #604F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F84

Black with #604F84

Text Example


Text Example

White with #604F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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