Html Css Color HEX #604F81 Butterfly Bush

📋 copy color: '#604F81'

red 96 ◦ green 79 ◦ blue 129

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

Shades of Butterfly Bush #604F81

Tints of Butterfly Bush #604F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 31.58%
G = 25.99%
B = 42.43%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#604F81 (or 0x604F81) is known color: Butterfly Bush. HEX triplet: 60, 4F and 81. RGB value is (96,79,129). Sum of RGB (Red+Green+Blue) = 96+79+129=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #604F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F81 is #9FB07E. Grayscale: #595959. Windows color (decimal): -10465407 or 8474464. OLE color: 8474464.

HSL color Cylindrical-coordinate representation of color #604F81: hue angle of 260.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #604F81 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 79 129 -
CMYK 0.26 0.39 0 0.49
HSL 260.4º 0.24% 0.41% -
HSV(B) 260.4º 0.39% 0.51% -
XYZ 11.58 9.66 22.02 -
YUV 89.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 96 79 129 0.26 0.39 0 0.49 260.4 0.24 0.41
Hex 60 4F 81 1A 27 0 31 104 18 29
Octal 140 117 201 32 47 0 61 404 30 51
Binary 1100000 1001111 10000001 11010 100111 0 110001 100000100 11000 101001

Color Harmonies of #604F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F81

Black with #604F81

Text Example


Text Example

White with #604F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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