Html Css Color HEX #68539B Butterfly Bush

📋 copy color: '#68539B'

red 104 ◦ green 83 ◦ blue 155

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

Shades of Butterfly Bush #68539B

Tints of Butterfly Bush #68539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.27%

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 30.41%
G = 24.27%
B = 45.32%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68539B (or 0x68539B) is known color: Butterfly Bush. HEX triplet: 68, 53 and 9B. RGB value is (104,83,155). Sum of RGB (Red+Green+Blue) = 104+83+155=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #68539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68539B is #97AC64. Grayscale: #616161. Windows color (decimal): -9940069 or 10179432. OLE color: 10179432.

HSL color Cylindrical-coordinate representation of color #68539B: hue angle of 257.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68539B is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 83 155 -
CMYK 0.33 0.46 0 0.39
HSL 257.5º 0.3% 0.47% -
HSV(B) 257.5º 0.46% 0.61% -
XYZ 14.72 11.5 32.45 -
YUV 97.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 104 83 155 0.33 0.46 0 0.39 257.5 0.3 0.47
Hex 68 53 9B 21 2E 0 27 102 1E 2F
Octal 150 123 233 41 56 0 47 402 36 57
Binary 1101000 1010011 10011011 100001 101110 0 100111 100000010 11110 101111

Color Harmonies of #68539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68539B

Black with #68539B

Text Example


Text Example

White with #68539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,83,155); }

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

background-color css

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

 a { background-color: rgb(104,83,155); }

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

border-color css

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

 span { border-color: rgb(104,83,155); }

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