Html Css Color HEX #68508D Butterfly Bush

📋 copy color: '#68508D'

red 104 ◦ green 80 ◦ blue 141

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

Shades of Butterfly Bush #68508D

Tints of Butterfly Bush #68508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 32%
G = 24.62%
B = 43.38%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68508D (or 0x68508D) is known color: Butterfly Bush. HEX triplet: 68, 50 and 8D. RGB value is (104,80,141). Sum of RGB (Red+Green+Blue) = 104+80+141=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #68508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68508D is #97AF72. Grayscale: #5D5D5D. Windows color (decimal): -9940851 or 9261160. OLE color: 9261160.

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

Color convert

RGB 104 80 141 -
CMYK 0.26 0.43 0 0.45
HSL 263.61º 0.28% 0.43% -
HSV(B) 263.61º 0.43% 0.55% -
XYZ 13.39 10.6 26.54 -
YUV 94.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 104 80 141 0.26 0.43 0 0.45 263.61 0.28 0.43
Hex 68 50 8D 1A 2B 0 2D 108 1C 2B
Octal 150 120 215 32 53 0 55 410 34 53
Binary 1101000 1010000 10001101 11010 101011 0 101101 100001000 11100 101011

Color Harmonies of #68508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68508D

Black with #68508D

Text Example


Text Example

White with #68508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68508D; }

 p { color: rgb(104,80,141); }

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

background-color css

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

 a { background-color: rgb(104,80,141); }

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

border-color css

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

 span { border-color: rgb(104,80,141); }

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