Html Css Color HEX #675695 Butterfly Bush

📋 copy color: '#675695'

red 103 ◦ green 86 ◦ blue 149

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

Shades of Butterfly Bush #675695

Tints of Butterfly Bush #675695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 30.47%
G = 25.44%
B = 44.08%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#675695 (or 0x675695) is known color: Butterfly Bush. HEX triplet: 67, 56 and 95. RGB value is (103,86,149). Sum of RGB (Red+Green+Blue) = 103+86+149=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #675695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675695 is #98A96A. Grayscale: #626262. Windows color (decimal): -10004843 or 9786983. OLE color: 9786983.

HSL color Cylindrical-coordinate representation of color #675695: hue angle of 256.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #675695 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 86 149 -
CMYK 0.31 0.42 0 0.42
HSL 256.19º 0.27% 0.46% -
HSV(B) 256.19º 0.42% 0.58% -
XYZ 14.35 11.71 29.94 -
YUV 98.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 103 86 149 0.31 0.42 0 0.42 256.19 0.27 0.46
Hex 67 56 95 1F 2A 0 2A 100 1B 2E
Octal 147 126 225 37 52 0 52 400 33 56
Binary 1100111 1010110 10010101 11111 101010 0 101010 100000000 11011 101110

Color Harmonies of #675695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675695

Black with #675695

Text Example


Text Example

White with #675695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675695; }

 p { color: rgb(103,86,149); }

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

background-color css

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

 a { background-color: rgb(103,86,149); }

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

border-color css

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

 span { border-color: rgb(103,86,149); }

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