Html Css Color HEX #675296 Butterfly Bush

📋 copy color: '#675296'

red 103 ◦ green 82 ◦ blue 150

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

Shades of Butterfly Bush #675296

Tints of Butterfly Bush #675296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

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

R = 30.75%
G = 24.48%
B = 44.78%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#675296 (or 0x675296) is known color: Butterfly Bush. HEX triplet: 67, 52 and 96. RGB value is (103,82,150). Sum of RGB (Red+Green+Blue) = 103+82+150=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #675296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675296 is #98AD69. Grayscale: #5F5F5F. Windows color (decimal): -10005866 or 9851495. OLE color: 9851495.

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

Color convert

RGB 103 82 150 -
CMYK 0.31 0.45 0 0.41
HSL 258.53º 0.29% 0.45% -
HSV(B) 258.53º 0.45% 0.59% -
XYZ 14.12 11.12 30.26 -
YUV 96.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 103 82 150 0.31 0.45 0 0.41 258.53 0.29 0.45
Hex 67 52 96 1F 2D 0 29 103 1D 2D
Octal 147 122 226 37 55 0 51 403 35 55
Binary 1100111 1010010 10010110 11111 101101 0 101001 100000011 11101 101101

Color Harmonies of #675296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675296

Black with #675296

Text Example


Text Example

White with #675296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675296; }

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

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

background-color css

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

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

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

border-color css

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

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

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