Html Css Color HEX #674D85 Butterfly Bush

📋 copy color: '#674D85'

red 103 ◦ green 77 ◦ blue 133

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

Shades of Butterfly Bush #674D85

Tints of Butterfly Bush #674D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

 BLUE value IS 133 (52.34% from 255) = 42.49%

R = 32.91%
G = 24.6%
B = 42.49%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#674D85 (or 0x674D85) is known color: Butterfly Bush. HEX triplet: 67, 4D and 85. RGB value is (103,77,133). Sum of RGB (Red+Green+Blue) = 103+77+133=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #674D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674D85 is #98B27A. Grayscale: #5A5A5A. Windows color (decimal): -10007163 or 8736103. OLE color: 8736103.

HSL color Cylindrical-coordinate representation of color #674D85: hue angle of 267.86º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #674D85 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 77 133 -
CMYK 0.23 0.42 0 0.48
HSL 267.86º 0.27% 0.41% -
HSV(B) 267.86º 0.42% 0.52% -
XYZ 12.48 9.88 23.44 -
YUV 91.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 103 77 133 0.23 0.42 0 0.48 267.86 0.27 0.41
Hex 67 4D 85 17 2A 0 30 10C 1B 29
Octal 147 115 205 27 52 0 60 414 33 51
Binary 1100111 1001101 10000101 10111 101010 0 110000 100001100 11011 101001

Color Harmonies of #674D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D85

Black with #674D85

Text Example


Text Example

White with #674D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,77,133); }

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

background-color css

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

 a { background-color: rgb(103,77,133); }

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

border-color css

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

 span { border-color: rgb(103,77,133); }

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