Html Css Color HEX #674F84 Butterfly Bush

📋 copy color: '#674F84'

red 103 ◦ green 79 ◦ blue 132

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

Shades of Butterfly Bush #674F84

Tints of Butterfly Bush #674F84

RGB

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

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

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

R = 32.8%
G = 25.16%
B = 42.04%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#674F84 (or 0x674F84) is known color: Butterfly Bush. HEX triplet: 67, 4F and 84. RGB value is (103,79,132). Sum of RGB (Red+Green+Blue) = 103+79+132=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #674F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F84 is #98B07B. Grayscale: #5C5C5C. Windows color (decimal): -10006652 or 8671079. OLE color: 8671079.

HSL color Cylindrical-coordinate representation of color #674F84: hue angle of 267.17º 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 #674F84 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 79 132 -
CMYK 0.22 0.40 0 0.48
HSL 267.17º 0.25% 0.41% -
HSV(B) 267.17º 0.4% 0.52% -
XYZ 12.55 10.14 23.13 -
YUV 92.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 103 79 132 0.22 0.40 0 0.48 267.17 0.25 0.41
Hex 67 4F 84 16 28 0 30 10B 19 29
Octal 147 117 204 26 50 0 60 413 31 51
Binary 1100111 1001111 10000100 10110 101000 0 110000 100001011 11001 101001

Color Harmonies of #674F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F84

Black with #674F84

Text Example


Text Example

White with #674F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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