Html Css Color HEX #674B91 Butterfly Bush

📋 copy color: '#674B91'

red 103 ◦ green 75 ◦ blue 145

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

Shades of Butterfly Bush #674B91

Tints of Butterfly Bush #674B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 31.89%
G = 23.22%
B = 44.89%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#674B91 (or 0x674B91) is known color: Butterfly Bush. HEX triplet: 67, 4B and 91. RGB value is (103,75,145). Sum of RGB (Red+Green+Blue) = 103+75+145=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #674B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674B91 is #98B46E. Grayscale: #5B5B5B. Windows color (decimal): -10007663 or 9522023. OLE color: 9522023.

HSL color Cylindrical-coordinate representation of color #674B91: hue angle of 264º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #674B91 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 75 145 -
CMYK 0.29 0.48 0 0.43
HSL 264º 0.32% 0.43% -
HSV(B) 264º 0.48% 0.57% -
XYZ 13.22 9.96 28.01 -
YUV 91.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 103 75 145 0.29 0.48 0 0.43 264 0.32 0.43
Hex 67 4B 91 1D 30 0 2B 108 20 2B
Octal 147 113 221 35 60 0 53 410 40 53
Binary 1100111 1001011 10010001 11101 110000 0 101011 100001000 100000 101011

Color Harmonies of #674B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B91

Black with #674B91

Text Example


Text Example

White with #674B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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