Html Css Color HEX #674F81 Butterfly Bush

📋 copy color: '#674F81'

red 103 ◦ green 79 ◦ blue 129

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

Shades of Butterfly Bush #674F81

Tints of Butterfly Bush #674F81

RGB

 RED value IS 103 (40.63% from 255) = 33.12%

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

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

R = 33.12%
G = 25.4%
B = 41.48%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674F81 (or 0x674F81) is known color: Butterfly Bush. HEX triplet: 67, 4F and 81. RGB value is (103,79,129). Sum of RGB (Red+Green+Blue) = 103+79+129=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #674F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F81 is #98B07E. Grayscale: #5B5B5B. Windows color (decimal): -10006655 or 8474471. OLE color: 8474471.

HSL color Cylindrical-coordinate representation of color #674F81: hue angle of 268.8º 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 #674F81 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 79 129 -
CMYK 0.20 0.39 0 0.49
HSL 268.8º 0.24% 0.41% -
HSV(B) 268.8º 0.39% 0.51% -
XYZ 12.35 10.06 22.06 -
YUV 91.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 103 79 129 0.20 0.39 0 0.49 268.8 0.24 0.41
Hex 67 4F 81 14 27 0 31 10D 18 29
Octal 147 117 201 24 47 0 61 415 30 51
Binary 1100111 1001111 10000001 10100 100111 0 110001 100001101 11000 101001

Color Harmonies of #674F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F81

Black with #674F81

Text Example


Text Example

White with #674F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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