Html Css Color HEX #68528B Butterfly Bush

📋 copy color: '#68528B'

red 104 ◦ green 82 ◦ blue 139

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

Shades of Butterfly Bush #68528B

Tints of Butterfly Bush #68528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 139 (54.69% from 255) = 42.77%

R = 32%
G = 25.23%
B = 42.77%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68528B (or 0x68528B) is known color: Butterfly Bush. HEX triplet: 68, 52 and 8B. RGB value is (104,82,139). Sum of RGB (Red+Green+Blue) = 104+82+139=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #68528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68528B is #97AD74. Grayscale: #5E5E5E. Windows color (decimal): -9940341 or 9130600. OLE color: 9130600.

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

Color convert

RGB 104 82 139 -
CMYK 0.25 0.41 0 0.45
HSL 263.16º 0.26% 0.43% -
HSV(B) 263.16º 0.41% 0.55% -
XYZ 13.39 10.84 25.81 -
YUV 95.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 104 82 139 0.25 0.41 0 0.45 263.16 0.26 0.43
Hex 68 52 8B 19 29 0 2D 107 1A 2B
Octal 150 122 213 31 51 0 55 407 32 53
Binary 1101000 1010010 10001011 11001 101001 0 101101 100000111 11010 101011

Color Harmonies of #68528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68528B

Black with #68528B

Text Example


Text Example

White with #68528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68528B; }

 p { color: rgb(104,82,139); }

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

background-color css

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

 a { background-color: rgb(104,82,139); }

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

border-color css

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

 span { border-color: rgb(104,82,139); }

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