Html Css Color HEX #68528A Butterfly Bush

📋 copy color: '#68528A'

red 104 ◦ green 82 ◦ blue 138

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

Shades of Butterfly Bush #68528A

Tints of Butterfly Bush #68528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 32.1%
G = 25.31%
B = 42.59%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68528A (or 0x68528A) is known color: Butterfly Bush. HEX triplet: 68, 52 and 8A. RGB value is (104,82,138). Sum of RGB (Red+Green+Blue) = 104+82+138=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #68528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68528A is #97AD75. Grayscale: #5E5E5E. Windows color (decimal): -9940342 or 9065064. OLE color: 9065064.

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

Color convert

RGB 104 82 138 -
CMYK 0.25 0.41 0 0.46
HSL 263.57º 0.25% 0.43% -
HSV(B) 263.57º 0.41% 0.54% -
XYZ 13.31 10.81 25.43 -
YUV 94.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 104 82 138 0.25 0.41 0 0.46 263.57 0.25 0.43
Hex 68 52 8A 19 29 0 2E 108 19 2B
Octal 150 122 212 31 51 0 56 410 31 53
Binary 1101000 1010010 10001010 11001 101001 0 101110 100001000 11001 101011

Color Harmonies of #68528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68528A

Black with #68528A

Text Example


Text Example

White with #68528A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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