Html Css Color HEX #674A8B Butterfly Bush

📋 copy color: '#674A8B'

red 103 ◦ green 74 ◦ blue 139

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

Shades of Butterfly Bush #674A8B

Tints of Butterfly Bush #674A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 32.59%
G = 23.42%
B = 43.99%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#674A8B (or 0x674A8B) is known color: Butterfly Bush. HEX triplet: 67, 4A and 8B. RGB value is (103,74,139). Sum of RGB (Red+Green+Blue) = 103+74+139=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #674A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674A8B is #98B574. Grayscale: #595959. Windows color (decimal): -10007925 or 9128551. OLE color: 9128551.

HSL color Cylindrical-coordinate representation of color #674A8B: hue angle of 266.77º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #674A8B is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 74 139 -
CMYK 0.26 0.47 0 0.45
HSL 266.77º 0.31% 0.42% -
HSV(B) 266.77º 0.47% 0.55% -
XYZ 12.7 9.65 25.62 -
YUV 90.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 103 74 139 0.26 0.47 0 0.45 266.77 0.31 0.42
Hex 67 4A 8B 1A 2F 0 2D 10B 1F 2A
Octal 147 112 213 32 57 0 55 413 37 52
Binary 1100111 1001010 10001011 11010 101111 0 101101 100001011 11111 101010

Color Harmonies of #674A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A8B

Black with #674A8B

Text Example


Text Example

White with #674A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,74,139); }

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

background-color css

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

 a { background-color: rgb(103,74,139); }

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

border-color css

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

 span { border-color: rgb(103,74,139); }

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