Html Css Color HEX #675895 Butterfly Bush

📋 copy color: '#675895'

red 103 ◦ green 88 ◦ blue 149

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

Shades of Butterfly Bush #675895

Tints of Butterfly Bush #675895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

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

R = 30.29%
G = 25.88%
B = 43.82%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#675895 (or 0x675895) is known color: Butterfly Bush. HEX triplet: 67, 58 and 95. RGB value is (103,88,149). Sum of RGB (Red+Green+Blue) = 103+88+149=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #675895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675895 is #98A76A. Grayscale: #636363. Windows color (decimal): -10004331 or 9787495. OLE color: 9787495.

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

Color convert

RGB 103 88 149 -
CMYK 0.31 0.41 0 0.42
HSL 254.75º 0.26% 0.46% -
HSV(B) 254.75º 0.41% 0.58% -
XYZ 14.51 12.03 29.99 -
YUV 99.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 103 88 149 0.31 0.41 0 0.42 254.75 0.26 0.46
Hex 67 58 95 1F 29 0 2A FF 1A 2E
Octal 147 130 225 37 51 0 52 377 32 56
Binary 1100111 1011000 10010101 11111 101001 0 101010 11111111 11010 101110

Color Harmonies of #675895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675895

Black with #675895

Text Example


Text Example

White with #675895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675895; }

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

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

background-color css

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

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

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

border-color css

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

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

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