Html Css Color HEX #674F82 Butterfly Bush

📋 copy color: '#674F82'

red 103 ◦ green 79 ◦ blue 130

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

Shades of Butterfly Bush #674F82

Tints of Butterfly Bush #674F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 33.01%
G = 25.32%
B = 41.67%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674F82 (or 0x674F82) is known color: Butterfly Bush. HEX triplet: 67, 4F and 82. RGB value is (103,79,130). Sum of RGB (Red+Green+Blue) = 103+79+130=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #674F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F82 is #98B07D. Grayscale: #5B5B5B. Windows color (decimal): -10006654 or 8540007. OLE color: 8540007.

HSL color Cylindrical-coordinate representation of color #674F82: hue angle of 268.24º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #674F82 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 79 130 -
CMYK 0.21 0.39 0 0.49
HSL 268.24º 0.24% 0.41% -
HSV(B) 268.24º 0.39% 0.51% -
XYZ 12.42 10.09 22.41 -
YUV 91.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 103 79 130 0.21 0.39 0 0.49 268.24 0.24 0.41
Hex 67 4F 82 15 27 0 31 10C 18 29
Octal 147 117 202 25 47 0 61 414 30 51
Binary 1100111 1001111 10000010 10101 100111 0 110001 100001100 11000 101001

Color Harmonies of #674F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F82

Black with #674F82

Text Example


Text Example

White with #674F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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