Html Css Color HEX #675598 Butterfly Bush

📋 copy color: '#675598'

red 103 ◦ green 85 ◦ blue 152

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

Shades of Butterfly Bush #675598

Tints of Butterfly Bush #675598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 152 (59.77% from 255) = 44.71%

R = 30.29%
G = 25%
B = 44.71%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#675598 (or 0x675598) is known color: Butterfly Bush. HEX triplet: 67, 55 and 98. RGB value is (103,85,152). Sum of RGB (Red+Green+Blue) = 103+85+152=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #675598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675598 is #98AA67. Grayscale: #616161. Windows color (decimal): -10005096 or 9983335. OLE color: 9983335.

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

Color convert

RGB 103 85 152 -
CMYK 0.32 0.44 0 0.40
HSL 256.12º 0.28% 0.46% -
HSV(B) 256.12º 0.44% 0.6% -
XYZ 14.51 11.65 31.19 -
YUV 98.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 103 85 152 0.32 0.44 0 0.40 256.12 0.28 0.46
Hex 67 55 98 20 2C 0 28 100 1C 2E
Octal 147 125 230 40 54 0 50 400 34 56
Binary 1100111 1010101 10011000 100000 101100 0 101000 100000000 11100 101110

Color Harmonies of #675598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675598

Black with #675598

Text Example


Text Example

White with #675598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675598; }

 p { color: rgb(103,85,152); }

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

background-color css

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

 a { background-color: rgb(103,85,152); }

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

border-color css

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

 span { border-color: rgb(103,85,152); }

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