Html Css Color HEX #68518C Butterfly Bush

📋 copy color: '#68518C'

red 104 ◦ green 81 ◦ blue 140

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

Shades of Butterfly Bush #68518C

Tints of Butterfly Bush #68518C

RGB

 RED value IS 104 (41.02% from 255) = 32%

 GREEN value IS 81 (32.03% from 255) = 24.92%

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 32%
G = 24.92%
B = 43.08%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68518C (or 0x68518C) is known color: Butterfly Bush. HEX triplet: 68, 51 and 8C. RGB value is (104,81,140). Sum of RGB (Red+Green+Blue) = 104+81+140=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #68518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68518C is #97AE73. Grayscale: #5E5E5E. Windows color (decimal): -9940596 or 9195880. OLE color: 9195880.

HSL color Cylindrical-coordinate representation of color #68518C: hue angle of 263.39º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68518C is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 81 140 -
CMYK 0.26 0.42 0 0.45
HSL 263.39º 0.27% 0.43% -
HSV(B) 263.39º 0.42% 0.55% -
XYZ 13.38 10.72 26.17 -
YUV 94.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 104 81 140 0.26 0.42 0 0.45 263.39 0.27 0.43
Hex 68 51 8C 1A 2A 0 2D 107 1B 2B
Octal 150 121 214 32 52 0 55 407 33 53
Binary 1101000 1010001 10001100 11010 101010 0 101101 100000111 11011 101011

Color Harmonies of #68518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68518C

Black with #68518C

Text Example


Text Example

White with #68518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68518C; }

 p { color: rgb(104,81,140); }

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

background-color css

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

 a { background-color: rgb(104,81,140); }

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

border-color css

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

 span { border-color: rgb(104,81,140); }

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