Html Css Color HEX #674C8A Butterfly Bush

📋 copy color: '#674C8A'

red 103 ◦ green 76 ◦ blue 138

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

Shades of Butterfly Bush #674C8A

Tints of Butterfly Bush #674C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 32.49%
G = 23.97%
B = 43.53%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#674C8A (or 0x674C8A) is known color: Butterfly Bush. HEX triplet: 67, 4C and 8A. RGB value is (103,76,138). Sum of RGB (Red+Green+Blue) = 103+76+138=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #674C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674C8A is #98B375. Grayscale: #5A5A5A. Windows color (decimal): -10007414 or 9063527. OLE color: 9063527.

HSL color Cylindrical-coordinate representation of color #674C8A: hue angle of 266.13º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #674C8A is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 76 138 -
CMYK 0.25 0.45 0 0.46
HSL 266.13º 0.29% 0.42% -
HSV(B) 266.13º 0.45% 0.54% -
XYZ 12.77 9.89 25.28 -
YUV 91.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 103 76 138 0.25 0.45 0 0.46 266.13 0.29 0.42
Hex 67 4C 8A 19 2D 0 2E 10A 1D 2A
Octal 147 114 212 31 55 0 56 412 35 52
Binary 1100111 1001100 10001010 11001 101101 0 101110 100001010 11101 101010

Color Harmonies of #674C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C8A

Black with #674C8A

Text Example


Text Example

White with #674C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,76,138); }

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

background-color css

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

 a { background-color: rgb(103,76,138); }

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

border-color css

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

 span { border-color: rgb(103,76,138); }

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