Html Css Color HEX #674F96 Butterfly Bush

📋 copy color: '#674F96'

red 103 ◦ green 79 ◦ blue 150

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

Shades of Butterfly Bush #674F96

Tints of Butterfly Bush #674F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.8%

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 31.02%
G = 23.8%
B = 45.18%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#674F96 (or 0x674F96) is known color: Butterfly Bush. HEX triplet: 67, 4F and 96. RGB value is (103,79,150). Sum of RGB (Red+Green+Blue) = 103+79+150=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #674F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F96 is #98B069. Grayscale: #5E5E5E. Windows color (decimal): -10006634 or 9850727. OLE color: 9850727.

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

Color convert

RGB 103 79 150 -
CMYK 0.31 0.47 0 0.41
HSL 260.28º 0.31% 0.45% -
HSV(B) 260.28º 0.47% 0.59% -
XYZ 13.89 10.68 30.18 -
YUV 94.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 103 79 150 0.31 0.47 0 0.41 260.28 0.31 0.45
Hex 67 4F 96 1F 2F 0 29 104 1F 2D
Octal 147 117 226 37 57 0 51 404 37 55
Binary 1100111 1001111 10010110 11111 101111 0 101001 100000100 11111 101101

Color Harmonies of #674F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F96

Black with #674F96

Text Example


Text Example

White with #674F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,79,150); }

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

background-color css

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

 a { background-color: rgb(103,79,150); }

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

border-color css

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

 span { border-color: rgb(103,79,150); }

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