Html Css Color HEX #675995 Butterfly Bush

📋 copy color: '#675995'

red 103 ◦ green 89 ◦ blue 149

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

Shades of Butterfly Bush #675995

Tints of Butterfly Bush #675995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 30.21%
G = 26.1%
B = 43.7%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#675995 (or 0x675995) is known color: Butterfly Bush. HEX triplet: 67, 59 and 95. RGB value is (103,89,149). Sum of RGB (Red+Green+Blue) = 103+89+149=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #675995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675995 is #98A66A. Grayscale: #636363. Windows color (decimal): -10004075 or 9787751. OLE color: 9787751.

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

Color convert

RGB 103 89 149 -
CMYK 0.31 0.40 0 0.42
HSL 254º 0.25% 0.47% -
HSV(B) 254º 0.4% 0.58% -
XYZ 14.59 12.2 30.02 -
YUV 100.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 103 89 149 0.31 0.40 0 0.42 254 0.25 0.47
Hex 67 59 95 1F 28 0 2A FE 19 2F
Octal 147 131 225 37 50 0 52 376 31 57
Binary 1100111 1011001 10010101 11111 101000 0 101010 11111110 11001 101111

Color Harmonies of #675995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675995

Black with #675995

Text Example


Text Example

White with #675995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675995; }

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

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

background-color css

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

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

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

border-color css

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

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

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