Html Css Color HEX #674B85 Butterfly Bush

📋 copy color: '#674B85'

red 103 ◦ green 75 ◦ blue 133

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

Shades of Butterfly Bush #674B85

Tints of Butterfly Bush #674B85

RGB

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

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

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

R = 33.12%
G = 24.12%
B = 42.77%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#674B85 (or 0x674B85) is known color: Butterfly Bush. HEX triplet: 67, 4B and 85. RGB value is (103,75,133). Sum of RGB (Red+Green+Blue) = 103+75+133=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #674B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674B85 is #98B47A. Grayscale: #595959. Windows color (decimal): -10007675 or 8735591. OLE color: 8735591.

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

Color convert

RGB 103 75 133 -
CMYK 0.23 0.44 0 0.48
HSL 268.97º 0.28% 0.41% -
HSV(B) 268.97º 0.44% 0.52% -
XYZ 12.34 9.61 23.39 -
YUV 89.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 103 75 133 0.23 0.44 0 0.48 268.97 0.28 0.41
Hex 67 4B 85 17 2C 0 30 10D 1C 29
Octal 147 113 205 27 54 0 60 415 34 51
Binary 1100111 1001011 10000101 10111 101100 0 110000 100001101 11100 101001

Color Harmonies of #674B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B85

Black with #674B85

Text Example


Text Example

White with #674B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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