Html Css Color HEX #675496 Butterfly Bush

📋 copy color: '#675496'

red 103 ◦ green 84 ◦ blue 150

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

Shades of Butterfly Bush #675496

Tints of Butterfly Bush #675496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.93%

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

R = 30.56%
G = 24.93%
B = 44.51%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#675496 (or 0x675496) is known color: Butterfly Bush. HEX triplet: 67, 54 and 96. RGB value is (103,84,150). Sum of RGB (Red+Green+Blue) = 103+84+150=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #675496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675496 is #98AB69. Grayscale: #606060. Windows color (decimal): -10005354 or 9852007. OLE color: 9852007.

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

Color convert

RGB 103 84 150 -
CMYK 0.31 0.44 0 0.41
HSL 257.27º 0.28% 0.46% -
HSV(B) 257.27º 0.44% 0.59% -
XYZ 14.27 11.43 30.31 -
YUV 97.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 103 84 150 0.31 0.44 0 0.41 257.27 0.28 0.46
Hex 67 54 96 1F 2C 0 29 101 1C 2E
Octal 147 124 226 37 54 0 51 401 34 56
Binary 1100111 1010100 10010110 11111 101100 0 101001 100000001 11100 101110

Color Harmonies of #675496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675496

Black with #675496

Text Example


Text Example

White with #675496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675496; }

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

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

background-color css

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

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

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

border-color css

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

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

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