Html Css Color HEX #674C8E Butterfly Bush

📋 copy color: '#674C8E'

red 103 ◦ green 76 ◦ blue 142

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

Shades of Butterfly Bush #674C8E

Tints of Butterfly Bush #674C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 32.09%
G = 23.68%
B = 44.24%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#674C8E (or 0x674C8E) is known color: Butterfly Bush. HEX triplet: 67, 4C and 8E. RGB value is (103,76,142). Sum of RGB (Red+Green+Blue) = 103+76+142=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #674C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674C8E is #98B371. Grayscale: #5B5B5B. Windows color (decimal): -10007410 or 9325671. OLE color: 9325671.

HSL color Cylindrical-coordinate representation of color #674C8E: hue angle of 264.55º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #674C8E is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 76 142 -
CMYK 0.27 0.46 0 0.44
HSL 264.55º 0.3% 0.43% -
HSV(B) 264.55º 0.46% 0.56% -
XYZ 13.06 10.01 26.83 -
YUV 91.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 103 76 142 0.27 0.46 0 0.44 264.55 0.3 0.43
Hex 67 4C 8E 1B 2E 0 2C 109 1E 2B
Octal 147 114 216 33 56 0 54 411 36 53
Binary 1100111 1001100 10001110 11011 101110 0 101100 100001001 11110 101011

Color Harmonies of #674C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C8E

Black with #674C8E

Text Example


Text Example

White with #674C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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