Html Css Color HEX #674B8A Butterfly Bush

📋 copy color: '#674B8A'

red 103 ◦ green 75 ◦ blue 138

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

Shades of Butterfly Bush #674B8A

Tints of Butterfly Bush #674B8A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

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

R = 32.59%
G = 23.73%
B = 43.67%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#674B8A (or 0x674B8A) is known color: Butterfly Bush. HEX triplet: 67, 4B and 8A. RGB value is (103,75,138). Sum of RGB (Red+Green+Blue) = 103+75+138=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #674B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674B8A is #98B475. Grayscale: #5A5A5A. Windows color (decimal): -10007670 or 9063271. OLE color: 9063271.

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

Color convert

RGB 103 75 138 -
CMYK 0.25 0.46 0 0.46
HSL 266.67º 0.3% 0.42% -
HSV(B) 266.67º 0.46% 0.54% -
XYZ 12.7 9.75 25.26 -
YUV 90.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 103 75 138 0.25 0.46 0 0.46 266.67 0.3 0.42
Hex 67 4B 8A 19 2E 0 2E 10B 1E 2A
Octal 147 113 212 31 56 0 56 413 36 52
Binary 1100111 1001011 10001010 11001 101110 0 101110 100001011 11110 101010

Color Harmonies of #674B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B8A

Black with #674B8A

Text Example


Text Example

White with #674B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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